Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c1498 bool force_high; in trinity_apply_state_adjust_rules() local
1558 force_high = ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_HDSTATE) || in trinity_apply_state_adjust_rules()
1561 force_high = (num_active_displays >= 3) || force_high; in trinity_apply_state_adjust_rules()
1562 ps->Dpm0PgNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
1564 ps->DpmXNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
H A Dkv_dpm.c1943 bool force_high; in kv_apply_state_adjust_rules() local
2039 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()
2042 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2044 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2080 bool force_high; in kv_calculate_nbps_level_settings() local
2098 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()
2101 if (force_high) { in kv_calculate_nbps_level_settings()