✓ CI.checkpatch: success for drm/ttm: Really use a separate LRU list for swapped- and pinned objects
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 2 17:59:52 UTC 2024
== Series Details ==
Series: drm/ttm: Really use a separate LRU list for swapped- and pinned objects
URL : https://patchwork.freedesktop.org/series/138103/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 58f1f1476b9be58f2671bd55aec13ae6e1134328
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Mon Sep 2 17:41:59 2024 +0200
drm/ttm: Move pinned objects off LRU lists when pinning
The ttm_bo_pin() and ttm_bo_unpin() functions weren't moving their
resources off the LRU list to the unevictable list.
Make sure that happens so that pinned objects don't accidently linger
on the LRU lists, and also make sure to move them back once they
are unpinned.
Cc: Christian König <christian.koenig at amd.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: <dri-devel at lists.freedesktop.org>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch f68a30b6b56c006ab1d6bca3b4ccf7aed1b2743e drm-intel
bd23981b9466 drm/ttm: Move swapped objects off the manager's LRU list
58f1f1476b9b drm/ttm: Move pinned objects off LRU lists when pinning
More information about the Intel-xe
mailing list