[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Move wa processing to gt_init

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 22 04:26:03 UTC 2023


== Series Details ==

Series: drm/xe: Move wa processing to gt_init
URL   : https://patchwork.freedesktop.org/series/126709/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9446b6b555fee6bb30f86e2fbc7d9d0e25a26ebf
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Tue Nov 21 16:55:55 2023 +0530

    drm/xe: Move wa processing to gt_init
    
    Currently WA processing for gt is happening in early init API.
    It also includes processing of WAs which needs filter based on
    hardware engine by looping over number of hardware engines in gt.
    
    However at early init stage hardware engines are not associated
    with gt in software which skips processing such WAs.
    
    Example WAs which will be fixed to apply after this change,
    "14011060649",
    "16010515920",
    "16021867713"
    
    Fixes: 811a9b3d262d8 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 89e2bb1e155242dd9aa46bc90e563e71c5f498b0 drm-intel
9446b6b55 drm/xe: Move wa processing to gt_init
Use of uninitialized value $cid in concatenation (.) or string at scripts/checkpatch.pl line 3228.
-:18: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes:  ("drm/xe: Introduce a new DRM driver for Intel GPUs")'
#18: 
Fixes: 811a9b3d262d8 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

-:18: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '811a9b3d262d8', maybe rebased or not pulled?
#18: 
Fixes: 811a9b3d262d8 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 2 warnings, 0 checks, 14 lines checked




More information about the Intel-xe mailing list