✓ CI.checkpatch: success for Ensure GT reset is complete during ccs_mode change
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 14 13:58:26 UTC 2024
== Series Details ==
Series: Ensure GT reset is complete during ccs_mode change
URL : https://patchwork.freedesktop.org/series/141354/
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 e0c8d0d6d6f3d2c99187b5f1d662297191f2e143
Author: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
Date: Thu Nov 14 19:07:38 2024 +0530
drm/xe: Ensure GT reset is complete during ccs_mode change
Driver returns from the ccs_mode change request soon after initiating an
asynchronous GT reset. Userspace may submit GT workload while the GT
reset is ongoing and may see unexpected results.
Make sure the GT reset is complete before exiting from the ccs_mode
change request.
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
+ /mt/dim checkpatch fb1a93e81fa2268a3a95ffd2f3dd5d21b0f5a2c8 drm-intel
a6a276817bd5 drm/xe/gt: Add a synchronous GT reset function
e0c8d0d6d6f3 drm/xe: Ensure GT reset is complete during ccs_mode change
More information about the Intel-xe
mailing list