✗ CI.checkpatch: warning for adl auxcss ci run
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 17 14:01:01 UTC 2025
== Series Details ==
Series: adl auxcss ci run
URL : https://patchwork.freedesktop.org/series/151753/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6c7265b5a16156fc894fe3966c134b3213bcbe2b
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Thu Jul 17 14:04:33 2025 +0100
always flush
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
+ /mt/dim checkpatch 32c3655fcecb4e7e7dd624bf7b201ae69eb5bb5f drm-intel
c53328ba7d75 drm/xe: Use emit_flush_imm_ggtt helper instead of open coding
6c5e69007f04 drm/xe/xelpg: Flush CCS when flushing caches
35bddb5a7f6c drm/xe: Flush L3 when flushing render cache
-:19: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#19: FILE: drivers/gpu/drm/xe/instructions/xe_gpu_commands.h:48:
+#define PIPE_CONTROL_FLUSH_L3 (1<<30)
^
total: 0 errors, 0 warnings, 1 checks, 23 lines checked
e81868863175 drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
5d56c0731e19 drm/xe/xelp: Support auxccs invalidation on blitter
9b76a264cd12 drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
ba4925c94f35 drm/xe/xelp: Wait for AuxCCS invalidation to complete
5c6873a42e89 drm/xe/xelp: Add AuxCCS invalidation to the buffer migration path
20c05b4b50ad drm/xe: Export xe_emit_aux_table_inv
b7afaee56bdc drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
a286c7206a04 drm/xe: Use fb cached min alignment
865718b99dc8 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
9e6c68fe3002 drm/xe: Handle DPT in system memory
893b19f76dbd drm/xe: Force flush system memory AuxCCS framebuffers before scan out
4905cb2166b1 drm/xe/display: Add support for AuxCCS
3e092ea39e46 drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe
-:10: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit cf48bddd31de ("drm/i915/display: Disable AuxCCS framebuffers if built for Xe")'
#10:
done in cf48bddd31de ("drm/i915/display: Disable AuxCCS framebuffers if
-:16: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#16:
uapi: [FB:242] AR30 little-endian (0x30335241),0x100000000000008,2880x1800, visible=visible, src=2880.000000x1800.000000+0.000000+0.000000, dst=2880x1800+0+0, rotation=0 (0x00000001)
total: 1 errors, 1 warnings, 0 checks, 12 lines checked
6c7265b5a161 always flush
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
-:19: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#19: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:441:
+ if (!xe_bo_is_vram(bo) && !xe_bo_is_stolen(bo))
+ drm_clflush_sg(xe_bo_sg(bo));
total: 0 errors, 2 warnings, 0 checks, 11 lines checked
More information about the Intel-xe
mailing list