[Intel-xe] ✗ CI.checkpatch: warning for xe: Add IP versions to GT query

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 7 01:30:21 UTC 2023


== Series Details ==

Series: xe: Add IP versions to GT query
URL   : https://patchwork.freedesktop.org/series/127457/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 84fe7a818470e422c2f2d8326fdf848813e02587
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Wed Dec 6 12:50:37 2023 -0800

    drm/xe/uapi: Add IP version and stepping to GT list query
    
    For modern platforms (MTL and later), both kernel and userspace drivers
    are expected to apply GT programming and workarounds based on the IP
    version and stepping self-reported by the GT hardware via the the GMD_ID
    registers.  Since userspace drivers can't access these registers
    directly, pass along the version and stepping information via the GT
    list query.  Note that the new query fields will remain 0's when running
    on pre-GMD_ID platforms.  Userspace is expected to continue using PCI
    devid / revid on those older platforms.
    
    Although the hardware also has a GMD_ID register for display
    version/stepping, that value is intentionally *not* included anywhere in
    the Xe uapi.  Display userspace should be using platform-agnostic APIs
    and auto-detecting platform capabilities rather than matching specific
    IP versions.
    
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 668d13abebbbc3812de86be1f8477475e1d90728 drm-intel
ed6459efa drm/xe: Stash GMD_ID value in xe_gt
84fe7a818 drm/xe/uapi: Add IP version and stepping to GT list query
-:8: WARNING:REPEATED_WORD: Possible repeated word: 'the'
#8: 
version and stepping self-reported by the GT hardware via the the GMD_ID

total: 0 errors, 1 warnings, 0 checks, 37 lines checked




More information about the Intel-xe mailing list