Re: [Intel-gfx] [PATCH] drm/i915: remove writeback hook

2021-12-15 Thread Tvrtko Ursulin
On 14/12/2021 18:07, Matthew Auld wrote: Ditch the writeback hook and drop i915_gem_object_writeback(). We already support the shrinker_release_pages hook which can just call shmem_writeback directly. Looks like a good cleanup to me. Reviewed-by: Tvrtko Ursulin A couple of bike shedding

[Intel-gfx] [PATCH] drm/i915: remove writeback hook

2021-12-14 Thread Matthew Auld
Ditch the writeback hook and drop i915_gem_object_writeback(). We already support the shrinker_release_pages hook which can just call shmem_writeback directly. Suggested-by: Tvrtko Ursulin Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/gem/i915_gem_object.h| 1 -