✓ CI.checkpatch: success for Enable GuC log dump and minor fixes in devcoredump (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 23 20:29:56 UTC 2025
== Series Details ==
Series: Enable GuC log dump and minor fixes in devcoredump (rev2)
URL : https://patchwork.freedesktop.org/series/143898/
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 ee46749c063eb3fe426924e2ab3c475d14ead995
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Thu Jan 23 12:22:04 2025 -0800
drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
All other(hwsp, hwctx and vmas) binaries follow this format:
[name].length: 0x1000
[name].data: xxxxxxx
[name].error: errno
The error one is just in case by some reason it was not able to
capture the binary.
So this GuC binaries should follow the same patern.
v2:
- renamed GUC binary to LOG
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch b0181cc14ba055406c6014d1dce81765dfb69103 drm-intel
45c8a170ea86 drm/xe: Fix and re-enable xe_print_blob_ascii85()
ee46749c063e drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
More information about the Intel-xe
mailing list