Searched refs:phyclk_per_state (Results 1 – 3 of 3) sorted by relevance
883 v->phyclk_per_state[5] = v->phyclkv_max0p9; in dcn_validate_bandwidth()884 v->phyclk_per_state[4] = v->phyclkv_max0p9; in dcn_validate_bandwidth()885 v->phyclk_per_state[3] = v->phyclkv_max0p9; in dcn_validate_bandwidth()886 v->phyclk_per_state[2] = v->phyclkv_nom0p8; in dcn_validate_bandwidth()887 v->phyclk_per_state[1] = v->phyclkv_mid0p72; in dcn_validate_bandwidth()888 v->phyclk_per_state[0] = v->phyclkv_min0p65; in dcn_validate_bandwidth()1177 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