Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c745 v->meta_pte_bytes_per_frame[k] = v->meta_pte_bytes_per_frame_y + v->meta_pte_bytes_per_frame_c; in mode_support_and_system_configuration()
802 …v->prefetch_bw[k] = (v->meta_pte_bytes_per_frame[k] + 2.0 * v->meta_row_bytes[k] + 2.0 * v->dpte_b… in mode_support_and_system_configuration()
811 …immediate_flip_bytes[k] = v->total_immediate_flip_bytes[k] + v->meta_pte_bytes_per_frame[k] + v->m… in mode_support_and_system_configuration()
816meta_pte_bytes_per_frame[k] / v->prefetch_bw[k], v->meta_pte_bytes_per_frame[k] * v->total_immedia… in mode_support_and_system_configuration()
817 …v->time_for_meta_pte_without_immediate_flip =dcn_bw_max3(v->meta_pte_bytes_per_frame[k] / v->prefe… in mode_support_and_system_configuration()
824 …diate_flip_bytes[k] / (v->bw_available_for_immediate_flip * (v->meta_pte_bytes_per_frame[k] + v->m… in mode_support_and_system_configuration()
893 …tch_pixel_data_bw_with_immediate_flip[i][j][k]) +dcn_bw_max2(v->meta_pte_bytes_per_frame[k] / (v->… in mode_support_and_system_configuration()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h263 float meta_pte_bytes_per_frame[number_of_planes_minus_one + 1]; member