✓ CI.checkpatch: success for drm/xe/ufence: Wake up waiters after setting ufence->signalled
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 14 17:41:07 UTC 2024
== Series Details ==
Series: drm/xe/ufence: Wake up waiters after setting ufence->signalled
URL : https://patchwork.freedesktop.org/series/141363/
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 72661ddaa63d1428d6af7ba1c84116af4368f5be
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Thu Nov 14 16:05:37 2024 +0100
drm/xe/ufence: Wake up waiters after setting ufence->signalled
If a previous ufence is not signalled, vm_bind will return -EBUSY.
Delaying the modification of ufence->signalled can cause issues if the
UMD reuses the same ufence so update ufence->signalled before waking up
waiters.
Cc: Matthew Brost <matthew.brost at intel.com>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3233
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
Fixes: 977e5b82e090 ("drm/xe: Expose user fence from xe_sync_entry")
+ /mt/dim checkpatch 5ca0ec447ff9c0868ef93556f1f99828be0fa336 drm-intel
72661ddaa63d drm/xe/ufence: Wake up waiters after setting ufence->signalled
More information about the Intel-xe
mailing list