Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h814 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/dcn32/
Ddisplay_mode_vba_32.c3599 mode_lib->vba.AlignedYPitch[k] = dml_ceil( in dml32_ModeSupportAndSystemConfigurationFull()
3629 if (mode_lib->vba.AlignedYPitch[k] > mode_lib->vba.PitchY[k] in dml32_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5100 locals->AlignedYPitch[k] = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull()
5103 if (locals->AlignedYPitch[k] > mode_lib->vba.PitchY[k]) { in dml21_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5106 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]); in dml30_ModeSupportAndSystemConfigurationFull()
5124 …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.c5408 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]);
5429 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]
/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5495 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]);
5516 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]