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

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 8 00:32:41 UTC 2023


== Series Details ==

Series: drm/xe: Convert to drm_exec (rev6)
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 3d3d64a76c2157f53bf51cd4f73e735e01cd5a91
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 758f01ec2a6774fda1e8f8075d31f42b81783caf drm-intel
0190aec99 drm/xe/bo: Simplify xe_bo_lock()
fd8e99d04 drm/xe/vm: Simplify and document xe_vm_lock()
0bfcfe6b4 drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
c72712538 drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
2d663d0b5 drm/xe: Convert pagefaulting code to use drm_exec
3d3d64a76 drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec




More information about the Intel-xe mailing list