RE: [PATCH] drm/amdgpu: Stop clearing kiq position during fini

2023-03-01 Thread Wang, Yang(Kevin)
o: amd-gfx@lists.freedesktop.org Cc: Lei, YaoYao Subject: [PATCH] drm/amdgpu: Stop clearing kiq position during fini Do not clear kiq position in RLC_CP_SCHEDULER so that CP could perform IDLE-SAVE after VF fini. Otherwise it could cause GFX hang if another Win guest is rendering. Signed-off-by: Yaoyao Lei --

Re: [PATCH] drm/amdgpu: Stop clearing kiq position during fini

2023-02-28 Thread Yin, ZhenGuo (Chris)
Acked-by: ZhenGuo Yin On 2/27/2023 2:45 PM, Yaoyao Lei wrote: Do not clear kiq position in RLC_CP_SCHEDULER so that CP could perform IDLE-SAVE after VF fini. Otherwise it could cause GFX hang if another Win guest is rendering. Signed-off-by: Yaoyao Lei ---

[PATCH] drm/amdgpu: Stop clearing kiq position during fini

2023-02-26 Thread Yaoyao Lei
Do not clear kiq position in RLC_CP_SCHEDULER so that CP could perform IDLE-SAVE after VF fini. Otherwise it could cause GFX hang if another Win guest is rendering. Signed-off-by: Yaoyao Lei --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 14 +++--- 1 file changed, 3 insertions(+), 11