[Intel-xe] ✓ CI.checkpatch: success for series starting with [CI,1/4] drm/xe/bo: Fix swapin when moving to VRAM
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 26 14:00:51 UTC 2023
== Series Details ==
Series: series starting with [CI,1/4] drm/xe/bo: Fix swapin when moving to VRAM
URL : https://patchwork.freedesktop.org/series/119865/
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 e6dfc37edb8ddce4edd4c7015cbad35ab77f4e86
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Mon Jun 26 15:58:24 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>
Link: https://patchwork.freedesktop.org/patch/msgid/20230619152222.11733-6-thomas.hellstrom@linux.intel.com
+ /mt/dim checkpatch d3fc5af59c7c17ad1a0272c49dbff84534d9d606 drm-intel
60df34789 drm/xe/bo: Fix swapin when moving to VRAM
8cca2bde9 drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM bo
3e5a016aa drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().
e6dfc37ed drm/xe/bo: Evict VRAM to TT rather than to system
More information about the Intel-xe
mailing list