✓ CI.checkpatch: success for drm/xe: adding wait helper for gt async reset
Patchwork
patchwork at emeril.freedesktop.org
Mon Dec 9 14:50:29 UTC 2024
== Series Details ==
Series: drm/xe: adding wait helper for gt async reset
URL : https://patchwork.freedesktop.org/series/142300/
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 46980c204d2ac5b1a0c94ae7c7c97bcfaf87d58a
Author: Maciej Patelczyk <maciej.patelczyk at intel.com>
Date: Mon Dec 9 15:12:10 2024 +0100
drm/xe: make change ccs_mode a synchronous action
If ccs_mode is being modified via
/sys/class/drm/cardX/device/tileY/gtY/ccs_mode
the asynchronous reset is triggered and the write returns immediately.
With that some test receive false information about number of CCS engines
or even fail if they proceed without delay after changing the ccs_mode.
Changing the ccs_mode change from async to sync to prevent failures in
tests.
Signed-off-by: Maciej Patelczyk <maciej.patelczyk at intel.com>
+ /mt/dim checkpatch c266f2fbb9c0250af17b14788364766adf802a4a drm-intel
9b93f46b4015 drm/xe: introduce xe_gt_reset_wait to wait for async gt reset
46980c204d2a drm/xe: make change ccs_mode a synchronous action
More information about the Intel-xe
mailing list