@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;
-
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...
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
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