Re: [Intel-gfx] [PATCH v3 08/12] drm/i915/ttm: add tt shmem backend

2021-09-16 Thread Thomas Hellström
On Wed, 2021-09-15 at 19:59 +0100, Matthew Auld wrote: > For cached objects we can allocate our pages directly in shmem. This > should make it possible(in a later patch) to utilise the existing > i915-gem shrinker code for such objects. For now this is still > disabled. > > Signed-off-by: Matthew

[Intel-gfx] [PATCH v3 08/12] drm/i915/ttm: add tt shmem backend

2021-09-15 Thread Matthew Auld
For cached objects we can allocate our pages directly in shmem. This should make it possible(in a later patch) to utilise the existing i915-gem shrinker code for such objects. For now this is still disabled. Signed-off-by: Matthew Auld Cc: Thomas Hellström Cc: Christian König --- drivers/gpu/d