[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Reinstate pipelined fence enable_signaling (rev4)

Patchwork patchwork at emeril.freedesktop.org
Sat Sep 16 06:56:44 UTC 2023


== Series Details ==

Series: drm/xe: Reinstate pipelined fence enable_signaling (rev4)
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 f9f31f04db2bd6880723d337cb4c96b7f3d4cf16
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 9da40abcc0ccdf8fdfed4e21d76060bfcd35fe7d drm-intel
f9f31f04d drm/xe: Reinstate pipelined fence enable_signaling




More information about the Intel-xe mailing list