Home
last modified time | relevance | path

Searched refs:meta_row_height_luma (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.h635 unsigned int meta_row_height_luma[DML2_MAX_PLANES]; member
1125 unsigned int meta_row_height_luma[DML2_MAX_PLANES]; member
1448 unsigned int *meta_row_height_luma; member
H A Ddml2_core_dcn5_calcs_dchub.c1055 unsigned int meta_row_height_luma, 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()
1465 scratch->calculate_vm_and_row_bytes_params.meta_row_height = &p->meta_row_height_luma[k]; in dcn5_calculate_vm_row_and_swath()
1609 p->meta_row_height_luma[k], in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_dcn5_funcs_mode_programming.c403 CalculateVMRowAndSwath_params->meta_row_height_luma = mode_lib->mp.meta_row_height; in dcn5_mode_programming()