Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c1502 bool force_high; in trinity_apply_state_adjust_rules() local
1562 force_high = ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_HDSTATE) || in trinity_apply_state_adjust_rules()
1565 force_high = (num_active_displays >= 3) || force_high; in trinity_apply_state_adjust_rules()
1566 ps->Dpm0PgNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
1568 ps->DpmXNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
H A Dkv_dpm.c1944 bool force_high; in kv_apply_state_adjust_rules() local
2040 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()
2043 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2045 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2081 bool force_high; in kv_calculate_nbps_level_settings() local
2099 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()
2102 if (force_high) { in kv_calculate_nbps_level_settings()
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c240 static void cs42l43_start_hs_bias(struct cs42l43_codec *priv, bool force_high) in cs42l43_start_hs_bias() argument
250 if (!force_high && priv->bias_low) in cs42l43_start_hs_bias()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2205 bool force_high; in kv_apply_state_adjust_rules() local
2301 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()
2304 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2306 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2342 bool force_high; in kv_calculate_nbps_level_settings() local
2360 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()
2363 if (force_high) { in kv_calculate_nbps_level_settings()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c1081 bool force_high; in smu8_apply_state_adjust_rules() local
1101 force_high = (clocks.memoryClock > data->sys_info.nbp_memory_clock[SMU8_NUM_NBPMEMORYCLOCK - 1]) in smu8_apply_state_adjust_rules()
1110 else if (!force_high && (smu8_ps->action == FORCE_HIGH)) in smu8_apply_state_adjust_rules()
1112 else if (force_high && (smu8_ps->action != FORCE_HIGH)) in smu8_apply_state_adjust_rules()