✓ CI.checkpatch: success for drm/xe/uapi: Uniform async vs sync handling (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 13 22:35:14 UTC 2023
== Series Details ==
Series: drm/xe/uapi: Uniform async vs sync handling (rev3)
URL : https://patchwork.freedesktop.org/series/127442/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 52d3f33c03d98cc6605084674166466432ceb406
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Dec 13 14:29:57 2023 -0800
drm/xe/uapi: Uniform async vs sync handling
Remove concept of async vs sync VM bind queues, rather make async vs
sync a per IOCTL choice. Since this is per IOCTL, it makes sense to have
a singular flag IOCTL rather than per VM bind op flag too. Add
DRM_XE_SYNCS_FLAG_WAIT_FOR_OP which is an input sync flag to support
this. Support this new flag for both the VM bind IOCTL only with a path
to support this for execs too.
v2: Add cookie, move sync wait outside of any locks.
v3: Skip bind operations if *cookie non-zero, check reserved bits zero
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Francois Dugast <francois.dugast at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 5cd1893366708380854f4694ae57417192458a6b drm-intel
52d3f33c0 drm/xe/uapi: Uniform async vs sync handling
More information about the Intel-xe
mailing list