Searched refs:nb_pstate_switch_disable (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddm_pp_interface.h73 bool nb_pstate_switch_disable;/* controls NB PState switch */ member in struct:amd_pp_display_configuration
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_services_types.h185 bool nb_pstate_switch_disable;/* controls NB PState switch */ member in struct:dm_pp_display_configuration
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.h176 bool nb_pstate_switch_disable;/* controls NB PState switch */ member in struct:cc6_settings
H A Dsmu8_hwmgr.c227 data->cc6_settings.nb_pstate_switch_disable = false;
866 disable_switch = hw_data->cc6_settings.nb_pstate_switch_disable ? true : false;
867 enable_low_mem_state = hw_data->cc6_settings.nb_pstate_switch_disable ? false : true;
1447 PP_DBG_LOG(" nb_pstate_switch_disable: %d\n",
1448 cc6_settings->nb_pstate_switch_disable);
1496 pstate_switch_disable != hw_data->cc6_settings.nb_pstate_switch_disable) {
1506 hw_data->cc6_settings.nb_pstate_switch_disable =
H A Dhardwaremanager.c336 display_config->nb_pstate_switch_disable);
H A Dvega12_hwmgr.c1615 !hwmgr->display_config->nb_pstate_switch_disable)
2426 if (hwmgr->display_config->nb_pstate_switch_disable)
H A Dvega20_hwmgr.c3807 if (hwmgr->display_config->nb_pstate_switch_disable)
3823 if (hwmgr->display_config->nb_pstate_switch_disable || disable_fclk_switching)
H A Dvega10_hwmgr.c4075 !hwmgr->display_config->nb_pstate_switch_disable)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c184 pp_display_cfg->nb_pstate_switch_disable =
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c57 adev->pm.pm_display_cfg.nb_pstate_switch_disable =
58 pp_display_cfg->nb_pstate_switch_disable;
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c620 pp_display_cfg->nb_pstate_switch_disable =

Completed in 237 milliseconds