Home
last modified time | relevance | path

Searched refs:meta_row_height_luma (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h874 unsigned int meta_row_height_luma[DML2_MAX_PLANES]; member
1166 unsigned int *meta_row_height_luma; member
H A Ddml2_core_shared.c178 unsigned int meta_row_height_luma,
1748 CalculateVMRowAndSwath_params->meta_row_height_luma = s->meta_row_height_luma; in dml2_core_shared_mode_support()
2587 s->meta_row_height_luma[k], in dml2_core_shared_mode_support()
2695 CalculateWatermarks_params->meta_row_height_l = s->meta_row_height_luma; in dml2_core_shared_mode_support()
4624 unsigned int meta_row_height_luma, in CalculateRowBandwidth() argument
4634 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime) in CalculateRowBandwidth()
4637 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime); in CalculateRowBandwidth()
5703 scratch->calculate_vm_and_row_bytes_params.meta_row_height = &p->meta_row_height_luma[k]; in CalculateVMRowAndSwath()
5845 p->meta_row_height_luma[k], in CalculateVMRowAndSwath()
10268 CalculateVMRowAndSwath_params->meta_row_height_luma = mode_lib->mp.meta_row_height; in dml2_core_shared_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h515 unsigned int meta_row_height_luma,
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c244 unsigned int meta_row_height_luma,
3454 unsigned int meta_row_height_luma, argument
3466 …*meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) + VRatioChroma * MetaR…
3468 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime);