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

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 16 10:09:40 UTC 2023


== Series Details ==

Series: drm/xe: Eviction fixes and optimizations
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 3fa98ab1d7e5c92c469799eadd29aa1bf17d0b10
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Jun 16 11:55:04 2023 +0200

    drm/ttm: Don't shadow the operation context
    
    ttm_bo_swapout() shadows the ttm operation context which may cause
    major confusion in driver callbacks when swapping out !TTM_PL_SYSTEM
    memory. Fix this by reusing the operation context argument to
    ttm_bo_swapout().
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 293e40ed72cf5a9cf97438455bb8172fa260c7eb drm-intel
2d3d44056 drm/xe/bo: Don't limit the TT manager to half of system memory
91fa27a64 drm/xe/bo: Fix swapin when moving to VRAM
a7f752933 drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM bo
bf6d13319 drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().
ef6531e70 drm/xe/bo: Evict VRAM to TT rather than to system
3fa98ab1d drm/ttm: Don't shadow the operation context




More information about the Intel-xe mailing list