drm/amdgpu: remove perf level dpm in one-VF
authorWenhui Sheng <Wenhui.Sheng@amd.com>
Fri, 12 Jun 2020 09:18:39 +0000 (17:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:24 +0000 (01:59 -0400)
commita2e6ad1900124c874b06cde130512721aba695c0
tree325c623c5229c6d63a428f4f5fcdc0bdd9e485a4
parentfdb8483bd68eff9cf16babe690ec842a7bff3186
drm/amdgpu: remove perf level dpm in one-VF

On Navi12 platform, node power_dpm_force_performance_level
doesn't work correctly in one-VF mode with at least three
smu messages not supported:
SMU_MSG_SetSoftMaxByFreq
SMU_MSG_SetSoftMinByFreq
SMU_MSG_TransferTableDram2Smu

Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Wenhui Sheng <Wenhui.Sheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c