]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: move aca/mca init functions into ras_init() stage
authorYang Wang <kevinyang.wang@amd.com>
Tue, 4 Jun 2024 08:30:41 +0000 (16:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:17:12 +0000 (16:17 -0400)
commit9817f06173cfa74b78e9e701a064864d62e88cd2
treec8a71fda27508c003855fd88f7ec0642b99836e2
parentbe6a69b21a3517122ba6cf7ab8f62f4803637dbe
drm/amdgpu: move aca/mca init functions into ras_init() stage

adjust the function position to better match aca/mca fini code in ras_fini().

Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.h
drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c