Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c802 …v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel… in mode_support_and_system_configuration()
803 …v->line_times_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->line_times_for_prefetch[k] + 0.125), 1.0) /… in mode_support_and_system_configuration()
804 …k] / 2.0 *dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0)) / (v->line_times_for_prefetch[k] * v->h… in mode_support_and_system_configuration()
860 …v->line_times_to_request_prefetch_pixel_data_with_immediate_flip = v->line_times_for_prefetch[k] -… in mode_support_and_system_configuration()
861 …times_to_request_prefetch_pixel_data_without_immediate_flip = v->line_times_for_prefetch[k] - v->l… in mode_support_and_system_configuration()
933 …if (v->line_times_for_prefetch[k] < 2.0 || v->lines_for_meta_pte_with_immediate_flip[k] >= 8.0 || … in mode_support_and_system_configuration()
942 …if (v->line_times_for_prefetch[k] < 2.0 || v->lines_for_meta_pte_without_immediate_flip[k] >= 8.0 … in mode_support_and_system_configuration()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h270 float line_times_for_prefetch[number_of_planes_minus_one + 1]; member