Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c819 v->phyclk_per_state[5] = v->phyclkv_max0p9; in dcn_validate_bandwidth()
820 v->phyclk_per_state[4] = v->phyclkv_max0p9; in dcn_validate_bandwidth()
821 v->phyclk_per_state[3] = v->phyclkv_max0p9; in dcn_validate_bandwidth()
822 v->phyclk_per_state[2] = v->phyclkv_nom0p8; in dcn_validate_bandwidth()
823 v->phyclk_per_state[1] = v->phyclkv_mid0p72; in dcn_validate_bandwidth()
824 v->phyclk_per_state[0] = v->phyclkv_min0p65; in dcn_validate_bandwidth()
1061 context->bw.dcn.clk.phyclk_khz = v->phyclk_per_state[v->voltage_level]; in dcn_validate_bandwidth()
Ddcn_calc_auto.c301 …if (v->required_phyclk[k] > v->phyclk_per_state[i] || (v->output[k] == dcn_bw_hdmi && v->required_… in mode_support_and_system_configuration()
990 v->max_phyclk = v->phyclk_per_state[v->voltage_level]; in mode_support_and_system_configuration()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h107 float phyclk_per_state[number_of_states_plus_one + 1]; member