✓ CI.checkpatch: success for drm/xe: adding wait helper for gt async reset (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 10 14:47:41 UTC 2024
== Series Details ==
Series: drm/xe: adding wait helper for gt async reset (rev2)
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 ffcfcd4e2bd4bfa86466794d5b1547f4c08ade38
Author: Maciej Patelczyk <maciej.patelczyk at intel.com>
Date: Tue Dec 10 15:37:48 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 6966a52cb5531bf6cc785fadba160a71cd31e7aa drm-intel
e141901561ef drm/xe: introduce xe_gt_reset and xe_gt_reset_wait
ffcfcd4e2bd4 drm/xe: make change ccs_mode a synchronous action
More information about the Intel-xe
mailing list