Home
last modified time | relevance | path

Searched refs:disable_switch (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu8_hwmgr.c845 bool disable_switch; in smu8_update_low_mem_pstate() local
852 disable_switch = hw_data->cc6_settings.nb_pstate_switch_disable ? true : false; in smu8_update_low_mem_pstate()
856 smu8_nbdpm_pstate_enable_disable(hwmgr, false, disable_switch); in smu8_update_low_mem_pstate()
858 smu8_nbdpm_pstate_enable_disable(hwmgr, true, disable_switch); in smu8_update_low_mem_pstate()
860 smu8_nbdpm_pstate_enable_disable(hwmgr, enable_low_mem_state, disable_switch); in smu8_update_low_mem_pstate()