Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c575 v->dcfclk_per_state[1] = v->dcfclkv_nom0p8;
576 v->dcfclk_per_state[0] = v->dcfclkv_nom0p8;
595 v->dcfclk_per_state[2] = v->dcfclkv_max0p9;
596 v->dcfclk_per_state[1] = v->dcfclkv_max0p9;
597 v->dcfclk_per_state[0] = v->dcfclkv_max0p9;
615 v->dcfclk_per_state[2] = v->dcfclkv_nom0p8;
616 v->dcfclk_per_state[1] = v->dcfclkv_mid0p72;
617 v->dcfclk_per_state[0] = v->dcfclkv_min0p65;
618 v->dcfclk = v->dcfclk_per_state[v->voltage_level];
865 v->dcfclk_per_state[5] = v->dcfclkv_max0p9; in dcn_validate_bandwidth()
[all …]
Ddcn_calc_auto.c212 …v->return_bw_todcn_per_state =dcn_bw_min2(v->return_bus_width * v->dcfclk_per_state[i], v->fabric_… in mode_support_and_system_configuration()
214 …led_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_state[i] * v->retur… in mode_support_and_system_configuration()
215 …_chunk_size_in_kbyte) * 1024.0 / (v->return_bw_todcn_per_state - v->dcfclk_per_state[i] * v->retur… in mode_support_and_system_configuration()
217 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
219 …- v->pixel_chunk_size_in_kbyte) * 1024.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgen… in mode_support_and_system_configuration()
221 …v->return_bw_todcn_per_state =dcn_bw_min2(v->return_bus_width * v->dcfclk_per_state[i], v->fabric_… in mode_support_and_system_configuration()
222 …led_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_state[i] * v->retur… in mode_support_and_system_configuration()
223 …_chunk_size_in_kbyte) * 1024.0 / (v->return_bw_todcn_per_state - v->dcfclk_per_state[i] * v->retur… in mode_support_and_system_configuration()
225 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
227 …- v->pixel_chunk_size_in_kbyte) * 1024.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgen… in mode_support_and_system_configuration()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h106 float dcfclk_per_state[number_of_states_plus_one + 1]; member