Searched refs:phyclk_per_state (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c883 v->phyclk_per_state[5] = v->phyclkv_max0p9;
884 v->phyclk_per_state[4] = v->phyclkv_max0p9;
885 v->phyclk_per_state[3] = v->phyclkv_max0p9;
886 v->phyclk_per_state[2] = v->phyclkv_nom0p8;
887 v->phyclk_per_state[1] = v->phyclkv_mid0p72;
888 v->phyclk_per_state[0] = v->phyclkv_min0p65;
1177 context->bw_ctx.bw.dcn.clk.phyclk_khz = v->phyclk_per_state[v->voltage_level];
H A Ddcn_calc_auto.c301 if (v->required_phyclk[k] > v->phyclk_per_state[i] || (v->output[k] == dcn_bw_hdmi && v->required_phyclk[k] > 600.0)) {
1015 v->max_phyclk = v->phyclk_per_state[v->voltage_level];
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h107 float phyclk_per_state[number_of_states_plus_one + 1]; member in struct:dcn_bw_internal_vars

Completed in 130 milliseconds