✗ CI.checkpatch: warning for reg_sr/whitelist fixes and refactors

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 5 18:32:54 UTC 2024


== Series Details ==

Series: reg_sr/whitelist fixes and refactors
URL   : https://patchwork.freedesktop.org/series/142195/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4a700b13f2a9f2aed5036e32c6d7fbcb972a0112
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Thu Dec 5 10:22:40 2024 -0800

    drm/xe: Apply whitelist to engine save-restore
    
    Instead of handling the whitelist directly in the GuC ADS
    initialization, make it follow the same logic as other engine registers
    that are save-restored. Main benefit is that then the SW tracking then
    shows it in debugfs and there's no risk of an engine workaround to write
    to the same nopriv register that is being passed directly to GuC.
    
    This means that xe_reg_whitelist_process_engine() then only process the
    RTP, converting it to sr entries and then add those entries to the
    engine sr. With that all the registers should be covered by
    xe_reg_sr_apply_mmio() to write to the HW and there's no special
    handling in GuC ADS to also add these registers.
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch ab26b8eb1a5191f86d7b778e71a15d34fb4737ce drm-intel
2831cc223d2d drm/xe/reg_sr: Remove register pool
-:24: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '6f9f4763bc94', maybe rebased or not pulled?
#24: 
Fixes: 6f9f4763bc94 ("drm/xe/reg_sr: Remove register pool")

total: 0 errors, 1 warnings, 0 checks, 71 lines checked
33e31c55f5c0 drm/xe/reg_sr: Write all whitelist slots
a610e32dcf8c drm/xe: Add xe_gt_dbg_printer
c4bdeaf083b3 drmxe/reg_sr: Convert whitelist to gt logging
4a700b13f2a9 drm/xe: Apply whitelist to engine save-restore




More information about the Intel-xe mailing list