aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorEvan Quan <[email protected]>2022-07-18 02:45:35 +0000
committerAlex Deucher <[email protected]>2022-07-25 13:31:04 +0000
commit42c7de9622b2ec64f7c15c336b75f8933ea7545c (patch)
tree000fafe86b959b414f846f792de8d0a2a6a809cb /drivers/gpu/drm/amd/amdgpu
parentdrm/amd/pm: correct smu 13.0.0/7 mp1 state setup (diff)
downloadkernel-42c7de9622b2ec64f7c15c336b75f8933ea7545c.tar.gz
kernel-42c7de9622b2ec64f7c15c336b75f8933ea7545c.zip
drm/amd/pm: revise the driver reloading fix for SMU 13.0.0 and 13.0.7
The current approach breaks S3/S4 as asic reset is needed for them. And putting SMU out of service(via SMU_MSG_PrepareMp1ForUnload) will make that(asic reset) failed. Considering with current designs, there is actually also asic reset involved on driver reloading. That can make asic back to a clean state. So, the SMU_MSG_PrepareMp1ForUnload operation will be not so necessary. Thus we will just drop the SMU_MSG_PrepareMp1ForUnload operation. We may revise the whole driver reloading sequences when there is a better design. Fixes: 72aeb6ee0c78 ("drm/amd/pm: fix driver reload SMC firmware fail issue for smu13") Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions