✓ CI.checkpatch: success for Enable device atomics with a VM bind flag

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 10 18:04:23 UTC 2024


== Series Details ==

Series: Enable device atomics with a VM bind flag
URL   : https://patchwork.freedesktop.org/series/132290/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c9691d35ef5cb85263c7d9702c1e8aca9163e6b1
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Wed Apr 10 19:03:08 2024 +0200

    drm/xe/uapi: Introduce VMA bind flag for device atomics
    
    Adds a new VMA bind flag to enable device atomics on SMEM only buffers.
    
    Given that simultaneous usage of device atomics and CPU atomics on
    the same SMEM buffer is not guaranteed to function without migration,
    and UMD expects no migration for SMEM-only buffer objects, so this provide
    a way to set device atomics when UMD is certain to use the buffer only
    for device atomics.
    
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 3658e2ec471a1d67baa30a554583bcdd4be55857 drm-intel
49d3c4f1432d drm/xe: Consolidate setting PTE_AE into one place
dca148c74afb drm/xe: Add function to check if BO has single placement
c9691d35ef5c drm/xe/uapi: Introduce VMA bind flag for device atomics




More information about the Intel-xe mailing list