Re: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank

2025-03-18 Thread Liu, Xiang(Dean)
@lists.freedesktop.org ; Zhou1, Tao ; Chai, Thomas Subject: RE: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank [AMD Official Use Only - AMD Internal Distribution Only] list_for_each_entry(node, &banks->list, node) { bank = &node->bank; -

RE: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank

2025-03-18 Thread Wang, Yang(Kevin)
ktop.org; Wang, Yang(Kevin) ; Zhou1, Tao ; Chai, Thomas Subject: RE: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank [AMD Official Use Only - AMD Internal Distribution Only] + @Wang, Yang(Kevin)<mailto:kevinyang.w...@amd.com>/@Zhou1, Tao<mailto:tao.zh...

RE: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank

2025-03-18 Thread Zhang, Hawking
an) Sent: Tuesday, March 18, 2025 17:15 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Liu, Xiang(Dean) Subject: [PATCH] drm/amdgpu: Use correct aca handle to validate aca bank The aca handle is introduced by upper caller, it's inappropriate to poll aca handle to match and validate aca

[PATCH] drm/amdgpu: Use correct aca handle to validate aca bank

2025-03-18 Thread Xiang Liu
The aca handle is introduced by upper caller, it's inappropriate to poll aca handle to match and validate aca bank, which will cause unexcepted ras error report. Signed-off-by: Xiang Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c | 122 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu