Re: [PATCH 8/8] drm/amdgpu/mes12: fix suspend issue

2024-08-07 Thread Alex Deucher
On Wed, Aug 7, 2024 at 5:39 AM Jack Xiao wrote: > > Use mes pipe to unmap kcq and kgq. > > Signed-off-by: Jack Xiao Series is: Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 22 > drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 27 +

[PATCH 8/8] drm/amdgpu/mes12: fix suspend issue

2024-08-07 Thread Jack Xiao
Use mes pipe to unmap kcq and kgq. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 22 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 27 + 2 files changed, 23 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/a