Home
last modified time | relevance | path

Searched refs:return_bw_todcn_per_state (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
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()
213 v->return_bw_per_state[i] = v->return_bw_todcn_per_state; in mode_support_and_system_configuration()
214 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_stat… in mode_support_and_system_configuration()
215return_bw_todcn_per_state * 4.0 * (1.0 - v->urgent_latency / ((v->rob_buffer_size_in_kbyte - v->pi… in mode_support_and_system_configuration()
217 …rn_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->return_bw_todcn_per_state * v->urg… in mode_support_and_system_configuration()
219return_bw_todcn_per_state * (v->rob_buffer_size_in_kbyte - v->pixel_chunk_size_in_kbyte) * 1024.0 … 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 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_stat… in mode_support_and_system_configuration()
223return_bw_todcn_per_state * 4.0 * (1.0 - v->urgent_latency / ((v->rob_buffer_size_in_kbyte - v->pi… in mode_support_and_system_configuration()
225 …rn_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->return_bw_todcn_per_state * v->urg… in mode_support_and_system_configuration()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h299 float return_bw_todcn_per_state; member