✓ CI.checkpatch: success for series starting with [CI,1/8] drm/xe: Make TLB invalidation fences unordered

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 20 13:49:22 UTC 2024


== Series Details ==

Series: series starting with [CI,1/8] drm/xe: Make TLB invalidation fences unordered
URL   : https://patchwork.freedesktop.org/series/131373/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ffede32205c0b7127d412bd318ad77d830a4adc0
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Wed Mar 20 14:43:56 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 b87a8b85562fc94e2314b61279ffa80b6c294cfa drm-intel
f38eee97b954 drm/xe: Make TLB invalidation fences unordered
041286d4c2c8 drm/xe: Use ring ops TLB invalidation for rebinds
8e7c6de72cef drm/xe: Reserve fences where needed
7c50d2a1fbb6 drm/xe: Rework rebinding
da160a477c9f drm/xe: Move vma rebinding to the drm_exec locking loop
42998c80d27a drm/xe/bo: Forward the decision to evict local objects during validation
a94e36b140fd drm/xe/bo: Allow eviction of unbound local bos
ffede32205c0 drm/xe/bo: Allow migrating local bos to TT to make room in VRAM




More information about the Intel-xe mailing list