✗ CI.checkpatch: warning for adl css test run (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 24 20:54:49 UTC 2025


== Series Details ==

Series: adl css test run (rev2)
URL   : https://patchwork.freedesktop.org/series/152081/
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
63535c743231a7497a612c53f6edbb8a7d14412d
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 247798103a1afbd48fcc6f24f9f529af565434d3
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date:   Thu Jul 24 21:18:15 2025 +0100

    drm/xe/display: Add support for AuxCCS
    
    Add support for mapping the auxiliary CCS buffer into the DPT page tables.
    
    This will allow for more power efficiency by enabling the render
    compression frame buffer modifiers such as
    I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS in a following patch.
    
    We do this by refactoring the code a bit so handling for the linear
    auxiliary frame buffer can be added in a tidy way. Also replace some
    hardcoded constants and tighten the loops a bit.
    
    Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
    Cc: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
    Cc: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch e84ae65b0196f8c961dcc7f9149912d60bc28a68 drm-intel
fcc9f4977b97 drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
ccc6e2af9d4d drm/xe/xelp: Support auxccs invalidation on blitter
442051cdb499 drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
4b8533a029dd drm/xe/xelp: Wait for AuxCCS invalidation to complete
f1c794656fcd drm/xe: Export xe_emit_aux_table_inv
1ad89fe9050a drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
4039863e29bc drm/xe: Flush GGTT writes after populating DPT
-:72: WARNING:MEMORY_BARRIER: memory barrier without comment
#72: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:115:
+	wmb();

total: 0 errors, 1 warnings, 0 checks, 66 lines checked
03be66683dd1 drm/xe: Handle DPT in system memory
247798103a1a drm/xe/display: Add support for AuxCCS




More information about the Intel-xe mailing list