[Intel-xe] ✗ CI.checkpatch: warning for LRC debugfs and general instruction tweaks (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 16 16:38:07 UTC 2023
== Series Details ==
Series: LRC debugfs and general instruction tweaks (rev4)
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 1cf6db12345bd48dc1bdddd48558e19812d634e6
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Mon Oct 16 09:34:56 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.
v3:
- Sanity check that we don't have numdw > remaining_dw. (Lucas)
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch ab7cd1b4af95baba2d6ce5487d35ffda523e895d drm-intel
2d49bb3a8 drm/xe: Make MI_FLUSH_DW immediate size more explicit
becb85253 drm/xe: Separate number of registers from MI_LRI opcode
803c81a2c drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMM
57f9d7c2b 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'
-:24: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#24:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 190 lines checked
d42d3fa57 drm/xe/debugfs: Add dump of default LRCs' MI instructions
1cf6db123 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'
-:24: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#24:
new file mode 100644
-:187: WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#187: FILE: drivers/gpu/drm/xe/xe_lrc.c:998:
+#define MATCH(cmd) \
+ case cmd: \
+ drm_printf(p, "[%#010x] " #cmd " (%d dwords)\n", *dw, numdw); \
+ return numdw
total: 0 errors, 2 warnings, 0 checks, 240 lines checked
More information about the Intel-xe
mailing list