Commit c1de938f authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/gfx9.4.3: Explicitly halt MEC before init

Need to make sure it's halted as we don't know what state
the GPU may have been left in previously.
Tested-by: default avatarAmber Lin <Amber.Lin@amd.com>
Acked-by: default avatarAmber Lin <Amber.Lin@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 797fb153
...@@ -2248,6 +2248,8 @@ static int gfx_v9_4_3_xcc_cp_resume(struct amdgpu_device *adev, int xcc_id) ...@@ -2248,6 +2248,8 @@ static int gfx_v9_4_3_xcc_cp_resume(struct amdgpu_device *adev, int xcc_id)
r = gfx_v9_4_3_xcc_cp_compute_load_microcode(adev, xcc_id); r = gfx_v9_4_3_xcc_cp_compute_load_microcode(adev, xcc_id);
if (r) if (r)
return r; return r;
} else {
gfx_v9_4_3_xcc_cp_compute_enable(adev, false, xcc_id);
} }
r = gfx_v9_4_3_xcc_kiq_resume(adev, xcc_id); r = gfx_v9_4_3_xcc_kiq_resume(adev, xcc_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment