✓ CI.checkpatch: success for drm/xe/uapi: Uniform async vs sync handling (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 13 05:15:55 UTC 2023
== Series Details ==
Series: drm/xe/uapi: Uniform async vs sync handling (rev2)
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 0a4ce6ecb72ab32f5650b1c4bff2e803ce6684a6
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Dec 12 20:35:17 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.
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 c8b4e5a39054ba271775aa47e40ba43bbbc173ed drm-intel
0a4ce6ecb drm/xe/uapi: Uniform async vs sync handling
More information about the Intel-xe
mailing list