Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c861 …v->line_times_to_request_prefetch_pixel_data_without_immediate_flip = v->line_times_for_prefetch[k… in mode_support_and_system_configuration()
888 if (v->line_times_to_request_prefetch_pixel_data_without_immediate_flip > 0.0) { in mode_support_and_system_configuration()
889 …flip[i][j][k] = v->prefetch_lines_y[k] / v->line_times_to_request_prefetch_pixel_data_without_imme… in mode_support_and_system_configuration()
891 …if (v->line_times_to_request_prefetch_pixel_data_without_immediate_flip - (v->prefill_y[k] - 3.0) … in mode_support_and_system_configuration()
892 … v->swath_height_yper_state[i][j][k]) / (v->line_times_to_request_prefetch_pixel_data_without_imme… in mode_support_and_system_configuration()
898 …flip[i][j][k] = v->prefetch_lines_c[k] / v->line_times_to_request_prefetch_pixel_data_without_imme… in mode_support_and_system_configuration()
900 …if (v->line_times_to_request_prefetch_pixel_data_without_immediate_flip - (v->prefill_c[k] - 3.0) … in mode_support_and_system_configuration()
901 … v->swath_height_cper_state[i][j][k]) / (v->line_times_to_request_prefetch_pixel_data_without_imme… in mode_support_and_system_configuration()
907line_times_to_request_prefetch_pixel_data_without_immediate_flip *dcn_bw_ceil2(v->byte_per_pixel_i… in mode_support_and_system_configuration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h366 float line_times_to_request_prefetch_pixel_data_without_immediate_flip; member