Re: [PATCH] drm/amdgpu: remove the check of init status in psp_ras_initialize

2022-11-10 Thread Li, Candice
ubject: [PATCH] drm/amdgpu: remove the check of init status in psp_ras_initialize The initialized status indicates RAS TA is loaded, but in some cases (such as RAS fatal error) RAS TA could be destroyed although it's not unloaded. Hence we load RAS TA unconditionally here. Signed-off-b

[PATCH] drm/amdgpu: remove the check of init status in psp_ras_initialize

2022-11-09 Thread Tao Zhou
The initialized status indicates RAS TA is loaded, but in some cases (such as RAS fatal error) RAS TA could be destroyed although it's not unloaded. Hence we load RAS TA unconditionally here. Signed-off-by: Tao Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 +++- 1 file changed, 3 inse