Commit 16ed0ff2 authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher

drm/amd/powerplay: allow slow switch only if NBPState enabled

Otherwise there may be potential SMU performance issues.
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5d923a69
...@@ -1896,7 +1896,8 @@ static int vega20_notify_smc_display_config_after_ps_adjustment( ...@@ -1896,7 +1896,8 @@ static int vega20_notify_smc_display_config_after_ps_adjustment(
int ret = 0; int ret = 0;
if ((hwmgr->display_config->num_display > 1) && if ((hwmgr->display_config->num_display > 1) &&
!hwmgr->display_config->multi_monitor_in_sync) !hwmgr->display_config->multi_monitor_in_sync &&
!hwmgr->display_config->nb_pstate_switch_disable)
vega20_notify_smc_display_change(hwmgr, false); vega20_notify_smc_display_change(hwmgr, false);
else else
vega20_notify_smc_display_change(hwmgr, true); vega20_notify_smc_display_change(hwmgr, true);
......
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