]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ttm/pool: drop numa specific pools
authorDave Airlie <airlied@redhat.com>
Tue, 24 Feb 2026 02:06:21 +0000 (12:06 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 7 Apr 2026 20:52:47 +0000 (06:52 +1000)
commitc21066ef697bbecc49dd7888bf8f4e7c684a8ef9
tree1ca6ce66d520db2d0c4d70bbba649e5480c4b3f4
parent444e2a19d7fd1f08044a68fbd8b37721c6531565
ttm/pool: drop numa specific pools

The list_lru will now handle numa for us, so no need to keep
separate pool types for it. Just consolidate into the global ones.

This adds a debugfs change to avoid dumping non-existant orders due
to this change.

Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_pool.c