✓ CI.checkpatch: success for drm/xe/ufence: Kick ufence immediately when possible
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 17 10:08:44 UTC 2024
== Series Details ==
Series: drm/xe/ufence: Kick ufence immediately when possible
URL : https://patchwork.freedesktop.org/series/140104/
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 e195ffde02d5d8a890716924d48f155fc61aa4c5
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Thu Oct 17 11:21:13 2024 +0200
drm/xe/ufence: Kick ufence immediately when possible
If the backing fence is signaled then signal ufence soon with
system_wq. This should reduce load from the xe ordered_wq and also
won't block signaling a ufence which doesn't require any serialization.
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1630
Cc: Matthew Auld <matthew.auld at intel.com>
gc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 6f9cc21188c822a692fbbcfaa7cb40cbd8082df0 drm-intel
e195ffde02d5 drm/xe/ufence: Kick ufence immediately when possible
More information about the Intel-xe
mailing list