drm/amdgpu: add mes resume when do gfx post soft reset
authorTong Liu01 <Tong.Liu01@amd.com>
Wed, 15 Mar 2023 07:24:22 +0000 (15:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Mar 2023 04:47:59 +0000 (00:47 -0400)
commit3234fac0f97671d55c466e8093e3bdf781dae329
tree6d34d7a2da554db55d7aa6ebdfc6feca112c0a24
parentaf1f2985038fb2569786f3de64d7dd69f5580e03
drm/amdgpu: add mes resume when do gfx post soft reset

[why]
when gfx do soft reset, mes will also do reset, if mes is not
resumed when do recover from soft reset, mes is unable to respond
in later sequence

[how]
resume mes when do gfx post soft reset

Signed-off-by: Tong Liu01 <Tong.Liu01@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c