Skip to content

Draft: Use sublists for bulk moves.

Thomas Hellström requested to merge thomash/kernel:permutating_lru into drm-xe-next

This is a WIP for exhaustive TTM memory allocations (Single process guaranteed to be able to allocate all unpinned VRAM). Using sublists will make it easier to traverse LRU lists i915 style, moving LRU items to a temporary list while traversing.

Merge request reports