Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h895 double AlignedDCCMetaPitchC[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h306 unsigned int AlignedDCCMetaPitchC[DML2_MAX_PLANES];
305 unsigned int AlignedDCCMetaPitchC[DML2_MAX_PLANES]; global() member
H A Ddml2_core_dcn4_calcs.c8337 mode_lib->ms.support.AlignedDCCMetaPitchC[k] = (unsigned int)math_ceil2(math_max2(display_cfg->plane_descriptors[k].surface.dcc.plane1.pitch, in dml_core_mode_support()
8340 if (mode_lib->ms.support.AlignedDCCMetaPitchC[k] > display_cfg->plane_descriptors[k].surface.dcc.plane1.pitch) in dml_core_mode_support()
8345 mode_lib->ms.support.AlignedDCCMetaPitchC[k] = 0; in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c3665 mode_lib->vba.AlignedDCCMetaPitchC[k] = dml_ceil( in dml32_ModeSupportAndSystemConfigurationFull()
3670 mode_lib->vba.AlignedDCCMetaPitchC[k] = mode_lib->vba.DCCMetaPitchC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3674 mode_lib->vba.AlignedDCCMetaPitchC[k] = mode_lib->vba.DCCMetaPitchC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3679 || mode_lib->vba.AlignedDCCMetaPitchC[k] > mode_lib->vba.DCCMetaPitchC[k]) { in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h803 dml_float_t AlignedDCCMetaPitchC[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c8207 mode_lib->ms.support.AlignedDCCMetaPitchC[k] = dml_ceil(dml_max(mode_lib->ms.cache_display_cfg.surface.DCCMetaPitchC[k], mode_lib->ms.cache_display_cfg.surface.SurfaceWidthC[k]), 64.0 * mode_lib->ms.Read256BlockWidthC[k]); in dml_core_mode_support()
8209 mode_lib->ms.support.AlignedDCCMetaPitchC[k] = mode_lib->ms.cache_display_cfg.surface.DCCMetaPitchC[k]; in dml_core_mode_support()
8213 mode_lib->ms.support.AlignedDCCMetaPitchC[k] = mode_lib->ms.cache_display_cfg.surface.DCCMetaPitchC[k]; in dml_core_mode_support()
8216 mode_lib->ms.support.AlignedDCCMetaPitchY[k] > mode_lib->ms.cache_display_cfg.surface.DCCMetaPitchY[k] || mode_lib->ms.support.AlignedDCCMetaPitchC[k] > mode_lib->ms.cache_display_cfg.surface.DCCMetaPitchC[k]) { in dml_core_mode_support()