✓ CI.checkpatch: success for drm/xe: VM Overcommit handling fixes

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 26 18:18:43 UTC 2024


== Series Details ==

Series: drm/xe: VM Overcommit handling fixes
URL   : https://patchwork.freedesktop.org/series/130395/
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
5ad2b3bb3dfeeafded3d3ea5808514e49cb1e552
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5a65edd762985d1a9ca83c5492d0b6c25ac85444
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Mon Feb 26 17:44:55 2024 +0100

    drm/xe/bo: Allow migrating local bos to TT to make room in VRAM
    
    If VRAM is full and we want to evict local bos we can't typically
    do that, since we require all local bos to be residient at
    execution time.
    But we're allowed to migrate to TT if that's a valid placement
    for GPU access, so in that case, do that.
    
    Fixes: 24f947d58fe5 ("drm/xe: Use DRM GPUVM helpers for external- and evicted objects")
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Oded Gabbay <ogabbay at kernel.org>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch c815c7fa9257eb8ff4433c43058dd292b16347eb drm-intel
d45386464760 drm/xe/bo: Forward the decision to evict local objects during validation
3cae97ec13f2 drm/xe/bo: Allow eviction of unbound local bos
5a65edd76298 drm/xe/bo: Allow migrating local bos to TT to make room in VRAM




More information about the Intel-xe mailing list