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

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 31 10:41:07 UTC 2023


== Series Details ==

Series: drm/xe: Convert to drm_exec (rev2)
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 b810a9e2c441ad0006f027a3b43497a97cbaad9c
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Thu Aug 31 11:29:37 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.
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 72da4b45f58f2a95d45743801a10e1f1e1dcce05 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list