]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: skip SMU FW reloading in runpm BACO case
authorGuchun Chen <guchun.chen@amd.com>
Thu, 14 Jul 2022 07:55:37 +0000 (15:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Jul 2022 20:42:39 +0000 (16:42 -0400)
commitf746556aa9724d740c44861db0ac005ae50e1332
treea3e09857b887867f02e838b729f11a0b7870be4b
parent50fe04d46aab77cf8fc3d48fbc38d872d181a849
drm/amdgpu: skip SMU FW reloading in runpm BACO case

SMU is always alive, so it's fine to skip SMU FW reloading
when runpm resumed from BACO, this can avoid some race issues
when resuming SMU.

Suggested-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c