Searched refs:force_high (Results 1 – 4 of 4) sorted by relevance
1547 bool force_high; in trinity_apply_state_adjust_rules() local1607 force_high = ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_HDSTATE) || in trinity_apply_state_adjust_rules()1610 force_high = (num_active_displays >= 3) || force_high; in trinity_apply_state_adjust_rules()1611 ps->Dpm0PgNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()1613 ps->DpmXNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
2148 bool force_high; in kv_apply_state_adjust_rules() local2244 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()2247 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()2249 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()2285 bool force_high; in kv_calculate_nbps_level_settings() local2303 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()2306 if (force_high) { in kv_calculate_nbps_level_settings()
1047 bool force_high; in smu8_apply_state_adjust_rules() local1061 force_high = (clocks.memoryClock > data->sys_info.nbp_memory_clock[SMU8_NUM_NBPMEMORYCLOCK - 1]) in smu8_apply_state_adjust_rules()1070 else if (!force_high && (smu8_ps->action == FORCE_HIGH)) in smu8_apply_state_adjust_rules()1072 else if (force_high && (smu8_ps->action != FORCE_HIGH)) in smu8_apply_state_adjust_rules()
2213 bool force_high; in kv_apply_state_adjust_rules() local2309 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()2312 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()2314 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()2350 bool force_high; in kv_calculate_nbps_level_settings() local2368 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()2371 if (force_high) { in kv_calculate_nbps_level_settings()