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

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 6 15:42:44 UTC 2023


== Series Details ==

Series: drm/xe: Convert to drm_exec (rev4)
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 56f7493e1f9a8dba984af398d0763f967aa62d0c
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Wed Sep 6 17:39: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 62fe9fa9afd1a2065c9e762e9da1216ac04b042f drm-intel
89928ff37 drm/xe/bo: Simplify xe_bo_lock()
fcfbb5d8a drm/xe/vm: Simplify and document xe_vm_lock()
71ac7d6aa drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
7979834cc drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
ff105298a drm/xe: Convert pagefaulting code to use drm_exec
56f7493e1 drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec




More information about the Intel-xe mailing list