Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h591 double AlignedYPitch[DC__NUM_DPP__MAX]; member
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4979 locals->AlignedYPitch[k] = dml_ceil( in dml20_ModeSupportAndSystemConfigurationFull()
4982 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c5099 locals->AlignedYPitch[k] = dml_ceil( in dml20v2_ModeSupportAndSystemConfigurationFull()
5102 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5088 locals->AlignedYPitch[k] = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull()
5091 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml21_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5267 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]); in dml30_ModeSupportAndSystemConfigurationFull()
5285 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5466 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]);
5487 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]