Searched refs:phyclk_per_state (Results 1 – 3 of 3) sorted by relevance
901 v->phyclk_per_state[5] = v->phyclkv_max0p9; in dcn_validate_bandwidth()902 v->phyclk_per_state[4] = v->phyclkv_max0p9; in dcn_validate_bandwidth()903 v->phyclk_per_state[3] = v->phyclkv_max0p9; in dcn_validate_bandwidth()904 v->phyclk_per_state[2] = v->phyclkv_nom0p8; in dcn_validate_bandwidth()905 v->phyclk_per_state[1] = v->phyclkv_mid0p72; in dcn_validate_bandwidth()906 v->phyclk_per_state[0] = v->phyclkv_min0p65; in dcn_validate_bandwidth()1195 context->bw_ctx.bw.dcn.clk.phyclk_khz = v->phyclk_per_state[v->voltage_level]; in dcn_validate_bandwidth()
301 …if (v->required_phyclk[k] > v->phyclk_per_state[i] || (v->output[k] == dcn_bw_hdmi && v->required_… in mode_support_and_system_configuration()1015 v->max_phyclk = v->phyclk_per_state[v->voltage_level]; in mode_support_and_system_configuration()
107 float phyclk_per_state[number_of_states_plus_one + 1]; member