drm/amdgpu: add RAS status reset for gfx_v9_4_3
authorTao Zhou <tao.zhou1@amd.com>
Fri, 3 Feb 2023 02:41:26 +0000 (10:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:37:32 +0000 (10:37 -0400)
commit47e7f527c8256a2fe3e61fcd5f59c18bc3fb53fc
tree6c7d6e91f63782f488100558ce90814fff483611
parentbf16235b39d4ca9c8dd47ec1b2faded6ea58f7a2
drm/amdgpu: add RAS status reset for gfx_v9_4_3

Reset GFX RAS status registers.

v2: fix typo in title.
    remove xcp operation.
v3: change instance from 0 to xcc_id for register access.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c