Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c8307 unsigned int alignment_c = mode_lib->ms.MacroTileWidthC[k]; in dml_core_mode_support()
8310 alignment_c = alignment_c / 2; in dml_core_mode_support()
8311 mode_lib->ms.support.AlignedCPitch[k] = (unsigned int)math_ceil2(math_max2(display_cfg->plane_descriptors[k].surface.plane1.pitch, display_cfg->plane_descriptors[k].surface.plane1.width), alignment_c); in dml_core_mode_support()
8280 unsigned int alignment_c = mode_lib->ms.MacroTileWidthC[k]; dml_core_mode_support() local