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

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 15 16:43:41 UTC 2023


== Series Details ==

Series: drm/xe: Reinstate pipelined fence enable_signaling (rev2)
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 6d9fb39313f4efd0b024684134c92f1a8b1e26a1
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Sep 15 18:40:57 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.
    
    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
6d9fb3931 drm/xe: Reinstate pipelined fence enable_signaling




More information about the Intel-xe mailing list