✗ CI.checkpatch: warning for Add support for Mesa GPU hang replay tool (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 20 19:32:51 UTC 2025
== Series Details ==
Series: Add support for Mesa GPU hang replay tool (rev3)
URL : https://patchwork.freedesktop.org/series/143868/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 40423b7f190f9b463b45ec50b433a642d0b08360
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Mar 20 12:28:31 2025 -0700
drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE which sets the exec
queue default state to user data passed in. The intent is for a Mesa
tool to use this replay GPU hangs.
v2:
- Enable the flag DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
- Fix the page size math calculation to avoid a crash
Cc: José Roberto de Souza <jose.souza at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 8fad36bea0fabfbcaec658039f98c833425252e7 drm-intel
b628e54960b5 drm/xe: Add properties line to VM snapshot capture
171890daa355 drm/xe: Add "null_sparse" type to VM snap properties
ac3d2390fdaa drm/xe: Add mem_region to properties line in VM snapshot capture
7372f9cf51a6 drm/xe: Add pat_index to properties line in VM snapshot capture
e8d966d44747 drm/xe: Add cpu_caching to properties line in VM snapshot capture
-:16: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#16:
[<vma address>]: <permissions>|<type>|mem_region=0x%x|pat_index=%d|cpu_caching=%d
total: 0 errors, 1 warnings, 0 checks, 17 lines checked
445c8b436561 drm/xe: Add VM.uapi_flags to VM snapshot capture
c382f666a8cf drm/xe/uapi: Add DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
9f997864955f drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshot
40423b7f190f drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
More information about the Intel-xe
mailing list