Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c748 v->prefill_y[k] =dcn_bw_floor2(v->v_init_y, 1.0); in mode_support_and_system_configuration()
749 …v->max_num_sw_y[k] =dcn_bw_ceil2((v->prefill_y[k] - 1.0) / v->swath_height_yper_state[i][j][k], 1.… in mode_support_and_system_configuration()
750 if (v->prefill_y[k] > 1.0) { in mode_support_and_system_configuration()
751 v->max_partial_sw_y =dcn_bw_mod((v->prefill_y[k] - 2.0), v->swath_height_yper_state[i][j][k]); in mode_support_and_system_configuration()
754 …v->max_partial_sw_y =dcn_bw_mod((v->prefill_y[k] + v->swath_height_yper_state[i][j][k] - 2.0), v->… in mode_support_and_system_configuration()
865 …if (v->line_times_to_request_prefetch_pixel_data_with_immediate_flip - (v->prefill_y[k] - 3.0) / 2… in mode_support_and_system_configuration()
866 …(v->line_times_to_request_prefetch_pixel_data_with_immediate_flip - (v->prefill_y[k] - 3.0) / 2.0)… 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 …>line_times_to_request_prefetch_pixel_data_without_immediate_flip - (v->prefill_y[k] - 3.0) / 2.0)… in mode_support_and_system_configuration()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h388 float prefill_y[number_of_planes_minus_one + 1]; member