Re: [PATCH 2/5] ttm/pool: port to list_lru.

2025-06-05 Thread Dave Chinner
On Thu, Jun 05, 2025 at 04:19:22PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This is an initial port of the TTM pools for > write combined and uncached pages to use the list_lru. > > This makes the pool's more NUMA aware and avoids > needing separate NUMA pools (later commit enables this

[PATCH 2/5] ttm/pool: port to list_lru.

2025-06-04 Thread Dave Airlie
From: Dave Airlie This is an initial port of the TTM pools for write combined and uncached pages to use the list_lru. This makes the pool's more NUMA aware and avoids needing separate NUMA pools (later commit enables this). Cc: Christian Koenig Cc: Johannes Weiner Cc: Dave Chinner Signed-off