✓ CI.checkpatch: success for drm/xe: Wedge the entire device (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 16 07:17:09 UTC 2024
== Series Details ==
Series: drm/xe: Wedge the entire device (rev2)
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 0eba67042855f4433cf10cec5a2aa1080e249f17
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jul 15 23:03:43 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.
Lastly, short circuit reset wait if device is wedged.
v2:
- Short circuit reset wait if device is wedged (Local testing)
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
0eba67042855 drm/xe: Wedge the entire device
More information about the Intel-xe
mailing list