Re: [PATCH] drm/panthor: Remove dead VM flushing code

2025-07-14 Thread Steven Price
On 11/07/2025 16:45, Adrián Larumbe wrote: > Commit ec62d37d2c0d("drm/panthor: Fix the fast-reset logic") did away > with the only reference to panthor_vm_flush_all(), so let's get rid > of the orphaned definition. > > Signed-off-by: Adrián Larumbe Reviewed-by: Steven Price I'll push this to d

Re: [PATCH] drm/panthor: Remove dead VM flushing code

2025-07-11 Thread Liviu Dudau
On Fri, Jul 11, 2025 at 04:45:53PM +0100, Adrián Larumbe wrote: > Commit ec62d37d2c0d("drm/panthor: Fix the fast-reset logic") did away > with the only reference to panthor_vm_flush_all(), so let's get rid > of the orphaned definition. > > Signed-off-by: Adrián Larumbe Reviewed-by: Liviu Dudau