Home
last modified time | relevance | path

Searched refs:total_immediate_flip_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h360 float total_immediate_flip_bytes[number_of_planes_minus_one + 1]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c840 v->total_immediate_flip_bytes[k] = 0.0; in mode_support_and_system_configuration()
842 …v->total_immediate_flip_bytes[k] = v->total_immediate_flip_bytes[k] + v->meta_pte_bytes_per_frame[… in mode_support_and_system_configuration()
847 …me[k] / v->prefetch_bw[k], v->meta_pte_bytes_per_frame[k] * v->total_immediate_flip_bytes[k] / (v-… in mode_support_and_system_configuration()
853 …_bw[k], (v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) * v->total_immediate_flip_bytes[k] / (v-… in mode_support_and_system_configuration()
Ddcn_calcs.c480 total_flip_bytes += v->total_immediate_flip_bytes[i]; in dcn_bw_calc_rq_dlg_ttu()