✓ CI.checkpatch: success for drm/xe/guc: Remove duplicate source field (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 7 22:30:49 UTC 2024
== Series Details ==
Series: drm/xe/guc: Remove duplicate source field (rev2)
URL : https://patchwork.freedesktop.org/series/141033/
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 1235bb9639bf4ba325a1932a3582fd5cf5bf7b72
Author: Zhanjun Dong <zhanjun.dong at intel.com>
Date: Thu Nov 7 13:38:41 2024 -0800
drm/xe/guc: Remove duplicate source field
xe_hw_engine_snapshot.source save the information of where data copied
from. Because the 'source' field is already populated inside
'matched_node' ptr hanging off xe_devcoredump_snapshot, which happenned
either in guc_capture_extract_reglists or xe_engine_manual_capture, we
can remove this redundant copy of 'source' from xe_hw_engine_snapshot.
Signed-off-by: Zhanjun Dong <zhanjun.dong at intel.com>
Reviewed-by: Alan Previn <alan.previn.teres.alexis at intel.com>
Changes from prior revs:
v2:- Update commit message
+ /mt/dim checkpatch 4e8bea155458842471845b85ddc1cddddd151db9 drm-intel
1235bb9639bf drm/xe/guc: Remove duplicate source field
More information about the Intel-xe
mailing list