Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h791 double SwathWidthYSingleDPP[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h417 double SwathWidthYSingleDPP[DML2_MAX_PLANES]; member
H A Ddml2_core_shared.c897 …mode_lib->ms.SwathWidthYSingleDPP[k] = display_cfg->plane_descriptors[k].composition.viewport.plan… in dml2_core_shared_mode_support()
900 …mode_lib->ms.SwathWidthYSingleDPP[k] = display_cfg->plane_descriptors[k].composition.viewport.plan… in dml2_core_shared_mode_support()
906 …mode_lib->ms.SurfaceReadBandwidthLuma[k] = mode_lib->ms.SwathWidthYSingleDPP[k] * math_ceil2(mode_… in dml2_core_shared_mode_support()
913 …double old_ReadBandwidthLuma = mode_lib->ms.SwathWidthYSingleDPP[k] * math_ceil2(mode_lib->ms.Byte… in dml2_core_shared_mode_support()
914 …double old_ReadBandwidthChroma = mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * math_ceil2(mode_lib->m… in dml2_core_shared_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1825 v->SwathWidthYSingleDPP[k] = mode_lib->vba.ViewportWidth[k]; in dml32_ModeSupportAndSystemConfigurationFull()
1828 v->SwathWidthYSingleDPP[k] = mode_lib->vba.ViewportHeight[k]; in dml32_ModeSupportAndSystemConfigurationFull()
1833 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0) in dml32_ModeSupportAndSystemConfigurationFull()
1835 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h858 dml_float_t SwathWidthYSingleDPP[__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c3861 v->SwathWidthYSingleDPP[k] = v->ViewportWidth[k];
3864 v->SwathWidthYSingleDPP[k] = v->ViewportHeight[k];
3869 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0)
3871 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.…