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

2022-11-10 Thread Luben Tuikov
On 2022-11-10 03:42, YuBiao Wang wrote: > Do not clear kiq position in RLC_CP_SCHEDULER so that CP could perform > IDLE-SAVE after VF fini. CPG also needs to be active in save command. > > Signed-off-by: YuBiao Wang > --- > drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 14 ++ > drivers/gp

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

2022-11-10 Thread YuBiao Wang
Do not clear kiq position in RLC_CP_SCHEDULER so that CP could perform IDLE-SAVE after VF fini. CPG also needs to be active in save command. Signed-off-by: YuBiao Wang --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 14 ++ drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 +++- 2 files change