✓ CI.checkpatch: success for drm/xe/guc: Improvements to GuC debugfs info
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 23 00:25:43 UTC 2024
== Series Details ==
Series: drm/xe/guc: Improvements to GuC debugfs info
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 f6447da78ffd2962d768462925ac054adcee80c8
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Tue Oct 22 17:17:35 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 CTN 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.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 8a7ac0227c7c3fe2fcb01a933df5b9c49c7f2832 drm-intel
23f554f888ed drm/xe/guc: Capture all available bits of GuC timestamp
f6447da78ffd drm/xe/guc: Separate full CTB content from guc_info debugfs
More information about the Intel-xe
mailing list