Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h266 float prefetch_lines_y[number_of_planes_minus_one + 1]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c757 …v->prefetch_lines_y[k] = v->max_num_sw_y[k] * v->swath_height_yper_state[i][j][k] + v->max_partial… in mode_support_and_system_configuration()
804 … + 2.0 * v->meta_row_bytes[k] + 2.0 * v->dpte_bytes_per_row[k] + v->prefetch_lines_y[k] * v->swath… in mode_support_and_system_configuration()
863 …v->v_ratio_pre_ywith_immediate_flip[i][j][k] = v->prefetch_lines_y[k] / v->line_times_to_request_p… in mode_support_and_system_configuration()
881 …_data_bw_with_immediate_flip[i][j][k] = v->no_of_dpp[i][j][k] * (v->prefetch_lines_y[k] / v->line_… in mode_support_and_system_configuration()
889 …v->v_ratio_pre_ywithout_immediate_flip[i][j][k] = v->prefetch_lines_y[k] / v->line_times_to_reques… in mode_support_and_system_configuration()
907 …ta_bw_without_immediate_flip[i][j][k] = v->no_of_dpp[i][j][k] * (v->prefetch_lines_y[k] / v->line_… in mode_support_and_system_configuration()