[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Eviction fixes and optimizations (rev3)

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 26 18:20:51 UTC 2023


== Series Details ==

Series: drm/xe: Eviction fixes and optimizations (rev3)
URL   : https://patchwork.freedesktop.org/series/119447/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 753b9540ff006c30f42d1b8b18adee87220abb3b
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Mon Jun 26 20:17:41 2023 +0200

    drm/xe/bo: Evict VRAM to TT rather than to system
    
    The main difference is that we don't bounce and sync on eviction, allowing
    for pipelined eviction. Moving forward we also need to be careful with
    dma mappings which can be released in SYSTEM but may remain in TT.
    
    v2:
    - Remove a stale comment (Matthew Brost)
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch d3fc5af59c7c17ad1a0272c49dbff84534d9d606 drm-intel
02f35afb9 drm/xe/bo: Fix swapin when moving to VRAM
71a495ee7 drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM bo
5f08c0d7b drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().
753b9540f drm/xe/bo: Evict VRAM to TT rather than to system




More information about the Intel-xe mailing list