[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Convert to drm_exec (rev7)

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 8 09:26:58 UTC 2023


== Series Details ==

Series: drm/xe: Convert to drm_exec (rev7)
URL   : https://patchwork.freedesktop.org/series/123100/
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 aef1b02705478116441077cc228c5f9e037bcfa9
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Sep 8 11:17:16 2023 +0200

    drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
    
    The VM_BIND functionality and vma destruction was locking
    potentially multiple dma_resv objects using the
    ttm_eu_reserve_buffers() function. Rework those to use the drm_exec
    helper, taking care that any calls to xe_bo_validate() ends up
    inside an unsealed locking transaction.
    
    v4:
    - Remove an unbalanced xe_bo_put() (igt and Matthew Brost)
    v5:
    - Rebase conflict
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 758f01ec2a6774fda1e8f8075d31f42b81783caf drm-intel
72663184d drm/xe/bo: Simplify xe_bo_lock()
0942aaeca drm/xe/vm: Simplify and document xe_vm_lock()
f302603ee drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
02b958f90 drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
ceae24cad drm/xe: Convert pagefaulting code to use drm_exec
aef1b0270 drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec




More information about the Intel-xe mailing list