HomeSort by: relevance | last modified time | path
    Searched refs:disable_switch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu8_hwmgr.c 855 bool disable_switch; local in function:smu8_update_low_mem_pstate
862 disable_switch = hw_data->cc6_settings.nb_pstate_switch_disable ? true : false;
866 smu8_nbdpm_pstate_enable_disable(hwmgr, false, disable_switch);
868 smu8_nbdpm_pstate_enable_disable(hwmgr, true, disable_switch);
870 smu8_nbdpm_pstate_enable_disable(hwmgr, enable_low_mem_state, disable_switch);

Completed in 38 milliseconds