Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h584 double AlignedYPitch[DC__NUM_DPP__MAX]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4978 locals->AlignedYPitch[k] = dml_ceil( in dml20_ModeSupportAndSystemConfigurationFull()
4981 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c5057 locals->AlignedYPitch[k] = dml_ceil( in dml20v2_ModeSupportAndSystemConfigurationFull()
5060 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c5083 locals->AlignedYPitch[k] = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull()
5086 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5259 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]); in dml30_ModeSupportAndSystemConfigurationFull()
5277 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull()