[PATCH RESEND] drm/amdgpu: Remove the vega10 from ras support list

2022-01-27 Thread majun
Remove vega10 from the ras support check function. Base on this change, the ras initial function is optimized. Signed-off-by: majun --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 38 + 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/drivers/gpu/drm/amd

[PATCH] amd/amdkfd:Fix the return value in kfd_process_queue_manager

2022-01-19 Thread majun
Change the return value of set_queue_properties_from_criu() Signed-off-by: majun Change-Id: I11362eb76eee84e64c5207c24a2b78141f62e63a --- drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd