✓ CI.checkpatch: success for drm/xe: Use bookkeep slots for external BO's in exec IOCTL
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 11 15:31:12 UTC 2024
== Series Details ==
Series: drm/xe: Use bookkeep slots for external BO's in exec IOCTL
URL : https://patchwork.freedesktop.org/series/138531/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e87b2c6720b4a841d295b4cc59cfd90d844f3d34
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Sep 11 08:26:22 2024 -0700
drm/xe: Use bookkeep slots for external BO's in exec IOCTL
Fix external BO's dma-resv usage in exec IOCTL using bookkeep slots
rather than write slots. This leaves syncing to user space rather than
the KMD blindly enforcing write semantics on every external BO.
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: José Roberto de Souza <jose.souza at intel.com>
Cc: Kenneth Graunke <kenneth.w.graunke at intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Reported-by: Simona Vetter <simona.vetter at ffwll.ch>
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2673
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 547f64951c0ed692e790d4f5c7333ad949f1aa6d drm-intel
e87b2c6720b4 drm/xe: Use bookkeep slots for external BO's in exec IOCTL
More information about the Intel-xe
mailing list