Re: [PATCH] drm/amdgpu: fix buffer funcs setting order on suspend

2023-12-05 Thread Luben Tuikov
On 2023-12-04 09:13, Alex Deucher wrote: > We need to disable this after the last eviction > call, but before we disable the SDMA IP. > > Fixes: b70438004a14 ("drm/amdgpu: move buffer funcs setting up a level") > Link: https://lore.kernel.org/r/87edgv4x3i@vps.thesusis.net > Signed-off-by: Alex

[PATCH] drm/amdgpu: fix buffer funcs setting order on suspend

2023-12-04 Thread Alex Deucher
We need to disable this after the last eviction call, but before we disable the SDMA IP. Fixes: b70438004a14 ("drm/amdgpu: move buffer funcs setting up a level") Link: https://lore.kernel.org/r/87edgv4x3i@vps.thesusis.net Signed-off-by: Alex Deucher Cc: Phillip Susi Cc: Luben Tuikov --- dr