Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c1090 double prefetch_bw; in dml1_rq_dlg_get_dlg_params() local
1406 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us; in dml1_rq_dlg_get_dlg_params()
1413 dml_max((double) vm_bytes / prefetch_bw, t_vm_us)); in dml1_rq_dlg_get_dlg_params()
1426 (double) (dpte_row_bytes + meta_row_bytes) / prefetch_bw, in dml1_rq_dlg_get_dlg_params()
1473 DTRACE("DLG: %s: prefetch_bw = %3.2f", __func__, prefetch_bw); in dml1_rq_dlg_get_dlg_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h262 float prefetch_bw[number_of_planes_minus_one + 1]; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c804 …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()
808 v->meta_pte_bytes_frame[k] / v->prefetch_bw[k], in mode_support_and_system_configuration()
817 v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], in mode_support_and_system_configuration()
837 …te_flip = v->bw_available_for_immediate_flip -dcn_bw_max2(v->read_bandwidth[k], v->prefetch_bw[k]); in mode_support_and_system_configuration()
847 …e_with_immediate_flip =dcn_bw_max5(v->meta_pte_bytes_per_frame[k] / v->prefetch_bw[k], v->meta_pte… in mode_support_and_system_configuration()
853 …ip =dcn_bw_max5((v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], (v->meta_ro… in mode_support_and_system_configuration()