Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c1064 unsigned int meta_row_bytes; in dml1_rq_dlg_get_dlg_params() local
1345 meta_row_bytes = 0; in dml1_rq_dlg_get_dlg_params()
1350 meta_row_bytes = meta_bytes_per_row_ub_l; in dml1_rq_dlg_get_dlg_params()
1394 DTRACE("DLG: %s: meta_row_bytes = %d", __func__, meta_row_bytes); in dml1_rq_dlg_get_dlg_params()
1397 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us; in dml1_rq_dlg_get_dlg_params()
1398 flip_bw = ((vm_bytes + dpte_row_bytes + meta_row_bytes) * dlg_sys_param.total_flip_bw) in dml1_rq_dlg_get_dlg_params()
1417 (double) (dpte_row_bytes + meta_row_bytes) / prefetch_bw, in dml1_rq_dlg_get_dlg_params()
1425 (dpte_row_bytes + meta_row_bytes) / flip_bw, in dml1_rq_dlg_get_dlg_params()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_auto.c751 v->meta_row_bytes[k] = v->meta_row_bytes_y + v->meta_row_bytes_c; in mode_support_and_system_configuration()
809 …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()
822 v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bandwidth[k], in mode_support_and_system_configuration()
847 …>total_immediate_flip_bytes[k] + v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration()
852 …_available_for_immediate_flip * (v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration()
858meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], (v->meta_row_bytes[k] + v->dpte… in mode_support_and_system_configuration()
923 …_pte_with_immediate_flip[k] * v->htotal[k] / v->pixel_clock[k]), (v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Ddcn_calcs.h266 float meta_row_bytes[number_of_planes_minus_one + 1]; member