Home
last modified time | relevance | path

Searched refs:urgent_latency (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.h90 dml_get_var_decl(urgent_latency, dml_float_t);
94 dml_get_var_decl(urgent_latency, dml_float_t);
106 dml_get_var_decl(urgent_latency, dml_float_t);
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c215urgent_latency / ((v->rob_buffer_size_in_kbyte - v->pixel_chunk_size_in_kbyte) * 1024.0 / (v->retu… 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()
219 …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()
223urgent_latency / ((v->rob_buffer_size_in_kbyte - v->pixel_chunk_size_in_kbyte) * 1024.0 / (v->retu… 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()
227 …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()
571 if (v->urgent_latency_support_us_per_state[i][j][k] < v->urgent_latency / 1.0) { in mode_support_and_system_configuration()
802 …v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel… in mode_support_and_system_configuration()
847 …meta_row_bytes[k] + v->dpte_bytes_per_row[k])), v->extra_latency, v->urgent_latency, v->htotal[k] … in mode_support_and_system_configuration()
853 …el_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency, 2.0 * v->urgent_latency); in mode_support_and_system_configuration()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h112 float urgent_latency; member
548 float urgent_latency; /*us*/ member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h51 dml_get_attr_decl(urgent_latency);
H A Ddisplay_mode_vba.c103 dml_get_attr_func(urgent_latency, mode_lib->vba.UrgentLatency);