✓ CI.checkpatch: success for drm/xe/ufence: Signal ufence immediately when possible
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 18 13:34:35 UTC 2024
== Series Details ==
Series: drm/xe/ufence: Signal ufence immediately when possible
URL : https://patchwork.freedesktop.org/series/140169/
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 91fdce478c000fa76e0cc74869e50c5034404074
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Fri Oct 18 14:47:10 2024 +0200
drm/xe/ufence: Signal ufence immediately when possible
If the backing fence is signaled then signal ufence immediately.
This should reduce load from the xe ordered_wq and also won't block
signaling a ufence which doesn't require any serialization.
v2: fix system_wq typo
v3: signal immediately instead of queuing in system_wq (Matt B)
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 c1837d4e9af4e9df3109960341105c035b441667 drm-intel
91fdce478c00 drm/xe/ufence: Signal ufence immediately when possible
More information about the Intel-xe
mailing list