[Intel-xe] ✗ CI.checkpatch: warning for Fix array of binds

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 17 04:34:42 UTC 2023


== Series Details ==

Series: Fix array of binds
URL   : https://patchwork.freedesktop.org/series/122548/
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 4b01e51fce33cfc3ebaa979ce3df9c930e50c757
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Aug 16 21:31:48 2023 -0700

    drm/xe: Fix array of binds
    
    If multiple bind ops in an array of binds touch the same address range
    invalid GPUVA operations are generated as each GPUVA operation is
    generated based on the orignal GPUVA state. To fix this, after each
    GPUVA operations is generated, commit the GPUVA operation updating the
    GPUVA state so subsequent bind ops can see a current GPUVA state.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch c605cfb9a29a5425541053b45efddbe9751cbad3 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list