[PATCH 1/3] drm/amdgpu: Retire query/reseet_ras_error_status from gfx_v9_4_3

2023-11-19 Thread Hawking Zhang
Not needed anymore. Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 114 1 file changed, 114 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c index 40d06d32bb74..5df727be88c4 100644 -

[PATCH 2/3] drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt

2023-11-19 Thread Hawking Zhang
In nbio v7_9, host driver should not issu gpu reset Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c b/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c index 23f26f8caad4..25a3da83e0fb 10

[PATCH 3/3] drm/amdgpu: Update fw version for boot time error query

2023-11-19 Thread Hawking Zhang
Boot time error query is not available till a10109 Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index 3cf4684d0d3f..5f46

RE: [PATCH 3/3] drm/amdgpu: Update fw version for boot time error query

2023-11-19 Thread Wang, Yang(Kevin)
[AMD Official Use Only - General] Reviewed-by: Yang Wang Best Regards, Kevin -Original Message- From: Zhang, Hawking Sent: Monday, November 20, 2023 10:49 AM To: amd-gfx@lists.freedesktop.org; Yang, Stanley ; Li, Candice ; Wang, Yang(Kevin) Cc: Zhang, Hawking Subject: [PATCH 3/3] dr

RE: [PATCH 3/3] drm/amdgpu: Update fw version for boot time error query

2023-11-19 Thread Yang, Stanley
[AMD Official Use Only - General] The series is Reviewed-by: Stanley.Yang Regards, Stanley > -Original Message- > From: Zhang, Hawking > Sent: Monday, November 20, 2023 10:49 AM > To: amd-gfx@lists.freedesktop.org; Yang, Stanley ; > Li, Candice ; Wang, Yang(Kevin) > > Cc: Zhang, Hawkin

[PATCH v2] drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit

2023-11-19 Thread ZhenGuo Yin
[Why] Memory leaks of gang_ctx_bo and wptr_bo. [How] Free gang_ctx_bo and wptr_bo in pqm_uninit. v2: add a common function pqm_clean_queue_resource to free queue's resources. Signed-off-by: ZhenGuo Yin --- .../amd/amdkfd/kfd_process_queue_manager.c| 46 ++- 1 file changed,