[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Convert to drm_exec (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 1 14:34:29 UTC 2023


== Series Details ==

Series: drm/xe: Convert to drm_exec (rev3)
URL   : https://patchwork.freedesktop.org/series/123100/
State : warning

== 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
e700ea2f248a75138759bcb443affeef4a2d1991
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 33a727582bc460095ec8ed164e996f66c03556eb
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Sep 1 16:26:29 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)
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch e4a0387635ffa6ccbc6207c9195896bcc4e59de2 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list