[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Reinstate pipelined fence enable_signaling (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 15 17:29:27 UTC 2023
== Series Details ==
Series: drm/xe: Reinstate pipelined fence enable_signaling (rev3)
URL : https://patchwork.freedesktop.org/series/123669/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 96dee6a96e0194b6861f201ba602b829aa50081c
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri Sep 15 19:26:06 2023 +0200
drm/xe: Reinstate pipelined fence enable_signaling
With the GPUVA conversion, the xe_bo::vmas member became replaced with
drm_gem_object::gpuva.list, however there was a couple of usage instances
left using the old member. Most notably the pipelined fence
enable_signaling.
Remove the xe_bo::vmas member completely, fix usage instances and
also enable this pipelined fence enable_signaling even for faulting
VM:s since we actually wait for bind fences to complete.
v2:
- Rebase.
v3:
- Fix display code build error.
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 4a9681392cecd56a372d06b648f7b3a37fdd5c63 drm-intel
96dee6a96 drm/xe: Reinstate pipelined fence enable_signaling
More information about the Intel-xe
mailing list