✓ CI.checkpatch: success for drm/xe: Wedge the entire device
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 16 05:37:25 UTC 2024
== Series Details ==
Series: drm/xe: Wedge the entire device
URL : https://patchwork.freedesktop.org/series/136123/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a1acc5072e6cadad47353fd39b850cfddad74604
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jul 15 22:31:14 2024 -0700
drm/xe: Wedge the entire device
Wedge the entire device, not just GT which may have triggered the wedge.
To implement this, cleanup the layering so xe_device_declare_wedged()
calls into the lower layers (GT) to ensure entire device is wedged.
While we are here, also signal any pending GT TLB invalidations upon
wedging device.
Fixes: 8ed9aaae39f3 ("drm/xe: Force wedged state and block GT reset upon any GPU hang")
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b6af83ceb593bc4e0d79acda73684462b13a15b9 drm-intel
a1acc5072e6c drm/xe: Wedge the entire device
More information about the Intel-xe
mailing list