[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Eviction fixes and optimizations (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 19 15:24:53 UTC 2023
== Series Details ==
Series: drm/xe: Eviction fixes and optimizations (rev2)
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 f6f46636635d9649a4797767123190e0b915dbd2
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Mon Jun 19 17:22:22 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().
Cc: "Christian König" <christian.koenig at amd.com>
Cc: <dri-devel at lists.freedesktop.org>
Cc: <intel-gfx at lists.freedesktop.org>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Acked-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch e117c7bac089bb30cebf1eb8e5031627e42555a7 drm-intel
758953048 drm/xe/bo: Don't limit the TT manager to half of system memory
5e3d1e98d drm/xe/bo: Fix swapin when moving to VRAM
ac1713b6e drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM bo
ccfc36f3a drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().
21eb56150 drm/xe/bo: Evict VRAM to TT rather than to system
f6f466366 drm/ttm: Don't shadow the operation context
More information about the Intel-xe
mailing list