[Intel-xe] ✗ CI.checkpatch: warning for LRC debugfs and general instruction tweaks (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 13 22:05:50 UTC 2023
== Series Details ==
Series: LRC debugfs and general instruction tweaks (rev3)
URL : https://patchwork.freedesktop.org/series/125008/
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 65a037cd486bf8332351c3a92ea0ce59555047d1
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Fri Oct 13 15:02:57 2023 -0700
drm/xe/debugfs: Include GFXPIPE commands in LRC dump
RCS and CCS engines include several non-register gfxpipe commands in
their LRC images. Include these in the dump output so that we can see
exactly what's inside the context snapshot.
v2:
- Include raw instruction header in output
- Add 3DSTATE_AMFS_TEXTURE_POINTERS and 3DSTATE_MONOFILTER_SIZE. The
first was supposed to be removed in Xe_HPG, and the second by
gen12, but both still show up in the RCS LRC.
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 7a2215ad9efde6949c4f3e75ca0776e075eabc47 drm-intel
09d440520 drm/xe: Make MI_FLUSH_DW immediate size more explicit
64f4ea358 drm/xe: Separate number of registers from MI_LRI opcode
36f6f1d19 drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMM
c86ef28ef drm/xe: Extract MI_* instructions to their own header
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:23: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#23:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 190 lines checked
838b4a4d8 drm/xe/debugfs: Add dump of default LRCs' MI instructions
65a037cd4 drm/xe/debugfs: Include GFXPIPE commands in LRC dump
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:20: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#20:
new file mode 100644
-:176: WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#176: FILE: drivers/gpu/drm/xe/xe_lrc.c:991:
+#define MATCH(cmd) \
+ case cmd: \
+ drm_printf(p, "[%#010x] " #cmd " (%d dwords)\n", *dw, numdw); \
+ return numdw
total: 0 errors, 2 warnings, 0 checks, 233 lines checked
More information about the Intel-xe
mailing list