✓ CI.checkpatch: success for drm/xe/guc: Improvements to GuC debugfs info (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 24 18:42:05 UTC 2024
== Series Details ==
Series: drm/xe/guc: Improvements to GuC debugfs info (rev2)
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 582a335a3b23b5ffdcdbafd93125273107e520f9
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 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 drm-intel
7ff52ff50214 drm/xe/guc: Capture all available bits of GuC timestamp
582a335a3b23 drm/xe/guc: Separate full CTB content from guc_info debugfs
More information about the Intel-xe
mailing list