Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h637 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member
870 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member
1127 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member
1281 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member
1380 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member
1458 unsigned int *meta_row_bytes_per_row_ub_l; member
2407 unsigned int *meta_row_bytes_per_row_ub_l; member
H A Ddml2_core_dcn5_calcs_dchub.c1053 unsigned int meta_row_bytes_per_row_ub_l, in dcn5_calculate_row_bandwidth() argument
1065 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime) in dcn5_calculate_row_bandwidth()
1068 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime); in dcn5_calculate_row_bandwidth()
1461 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in dcn5_calculate_vm_row_and_swath()
1494 …ML::%s: k=%u, meta_row_bytes_per_row_ub_l = %u\n", __func__, k, s->meta_row_bytes_per_row_ub_l[k]); in dcn5_calculate_vm_row_and_swath()
1497 p->meta_row_bytes[k] = s->meta_row_bytes_per_row_ub_l[k] + s->meta_row_bytes_per_row_ub_c[k]; in dcn5_calculate_vm_row_and_swath()
1498 p->meta_row_bytes_per_row_ub_l[k] = s->meta_row_bytes_per_row_ub_l[k]; in dcn5_calculate_vm_row_and_swath()
1607 p->meta_row_bytes_per_row_ub_l[k], in dcn5_calculate_vm_row_and_swath()
1654 …)src_lines_to_hide_l / p->meta_row_height_l[plane_index]) * p->meta_row_bytes_per_row_ub_l[plane_i… in dcn5_calculate_bytes_to_fetch_required_to_hide_latency()
H A Ddml2_core_dcn5_funcs_mode_programming.c398 CalculateVMRowAndSwath_params->meta_row_bytes_per_row_ub_l = s->meta_row_bytes_per_row_ub_l; in dcn5_mode_programming()
520 …tes_to_fetch_required_to_hide_latency_params->meta_row_bytes_per_row_ub_l = s->meta_row_bytes_per_… in dcn5_mode_programming()