Re: [PATCH] drm/i915: Stop doing writeback from the shrinker

2021-12-10 Thread Tvrtko Ursulin
On 10/12/2021 14:46, Thomas Hellström wrote: On Fri, 2021-12-10 at 11:05 +, Tvrtko Ursulin wrote: From: Tvrtko Ursulin This effectively removes writeback which was added in 2d6692e642e7 ("drm/i915: Start writeback from the shrinker"). Digging through the history it seems we went back an

Re: [PATCH] drm/i915: Stop doing writeback from the shrinker

2021-12-10 Thread Thomas Hellström
On Fri, 2021-12-10 at 11:05 +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > This effectively removes writeback which was added in 2d6692e642e7 > ("drm/i915: Start writeback from the shrinker"). > > Digging through the history it seems we went back and forth on the > topic > of whether it

[PATCH] drm/i915: Stop doing writeback from the shrinker

2021-12-10 Thread Tvrtko Ursulin
From: Tvrtko Ursulin This effectively removes writeback which was added in 2d6692e642e7 ("drm/i915: Start writeback from the shrinker"). Digging through the history it seems we went back and forth on the topic of whether it would be safe a couple of times. See for instance 5537252b6b6d ("drm/i91