✓ CI.checkpatch: success for drm/xe/guc: Improvements to GuC debugfs info (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 25 18:52:56 UTC 2024
== Series Details ==
Series: drm/xe/guc: Improvements to GuC debugfs info (rev3)
URL : https://patchwork.freedesktop.org/series/140341/
State : success
== 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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 466a63f0af8171a6fb1f83b71532bed3c4dfe81d
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Wed Oct 23 17:25:54 2024 -0700
drm/xe/guc: Separate full CTB content from guc_info debugfs
The guc_info debugfs file is meant to be a quick view of the current
software state of the GuC interface. Including the full CTB contents
makes the file as a whole much less human readable and is not
partiular useful in the general case. So don't pollute the info dump
with the full buffers. Instead, move those into a separate debugfs
entry that can be read when that information is actually required.
Also, improve the human readability by adding a few extra blank lines
to delimt the sections.
v2: Hide the internal capture/print params from external callers that
don't need to know (review feedback from Matthew Brost).
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 263b21a91964ddc599f4f85cf3511b0aafd2028e drm-intel
a7000f643108 drm/xe/guc: Capture all available bits of GuC timestamp
466a63f0af81 drm/xe/guc: Separate full CTB content from guc_info debugfs
More information about the Intel-xe
mailing list