✓ CI.checkpatch: success for drm/xe/debugfs: Add node to dump guc log to dmesg
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 31 17:26:59 UTC 2025
== Series Details ==
Series: drm/xe/debugfs: Add node to dump guc log to dmesg
URL : https://patchwork.freedesktop.org/series/144196/
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 d6f4fd2b17b97dae9659870fdeddda3a6711b217
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Fri Jan 31 09:17:16 2025 -0800
drm/xe/debugfs: Add node to dump guc log to dmesg
Currently xe_guc_log_print_dmesg() is unused, as it's expected
developers to add those calls when needed. However it makes it hard to
guarantee it's working as nothing is testing it. Add a node in debugfs
so it can be tested. This is purely for testing purposes since with the
device probed and working, the guc log can be obtained by the regular
debugfs file.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 12fb3dcbf0667f1ed3c3caff321de4a1ad3d4a7a drm-intel
d6f4fd2b17b9 drm/xe/debugfs: Add node to dump guc log to dmesg
More information about the Intel-xe
mailing list