✓ CI.checkpatch: success for drm/xe: Refcount VMA

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 17 19:29:45 UTC 2024


== Series Details ==

Series: drm/xe: Refcount VMA
URL   : https://patchwork.freedesktop.org/series/132573/
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
f5fb02e01091a469b6325b72a47b3a0a1e96309c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 46e264e86e89a64845694df68be40a926c2d9300
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Apr 17 11:56:35 2024 -0700

    drm/xe: Refcount VMA
    
    xe_vma is one of the few objects that doesn't currently have a refcount,
    rather an internal scheme which figures out when the VMA can be freed.
    Switch to refcount as this is the standard way to handle this and will
    future-proof the code for cases where additional refs to VMAs are
    needed.
    
    One functional change in the patch is that the freeing of the VMA is
    always done in a worker, as the final put can be done from an IRQ
    context and the freeing of a VMA is not ever in a critical path.
    
    Cc: Oak Zeng <oak.zeng at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 64a20aacb61e4ce6d8a0b3dc6e4bff72e316ffa3 drm-intel
46e264e86e89 drm/xe: Refcount VMA




More information about the Intel-xe mailing list