Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c549 v->dcfclk_per_state[1] = v->dcfclkv_nom0p8;
550 v->dcfclk_per_state[0] = v->dcfclkv_nom0p8;
569 v->dcfclk_per_state[2] = v->dcfclkv_max0p9;
570 v->dcfclk_per_state[1] = v->dcfclkv_max0p9;
571 v->dcfclk_per_state[0] = v->dcfclkv_max0p9;
589 v->dcfclk_per_state[2] = v->dcfclkv_nom0p8;
590 v->dcfclk_per_state[1] = v->dcfclkv_mid0p72;
802 v->dcfclk_per_state[5] = v->dcfclkv_max0p9; in dcn_validate_bandwidth()
803 v->dcfclk_per_state[4] = v->dcfclkv_max0p9; in dcn_validate_bandwidth()
804 v->dcfclk_per_state[3] = v->dcfclkv_max0p9; in dcn_validate_bandwidth()
[all …]
H A 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()
252 …ency_per_state[i] = (v->round_trip_ping_latency_cycles + 32.0) / v->dcfclk_per_state[i] + v->urgen… in mode_support_and_system_configuration()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h106 float dcfclk_per_state[number_of_states_plus_one + 1]; member