Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h295 unsigned int PitchC[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c413 mode_lib->vba.PitchC[mode_lib->vba.NumberOfActivePlanes] = src->data_pitch_c; in fetch_pipe_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c1927 mode_lib->vba.PitchC[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4552 mode_lib->vba.PitchC[k], in dml20_ModeSupportAndSystemConfigurationFull()
5003 mode_lib->vba.PitchC[k], in dml20_ModeSupportAndSystemConfigurationFull()
5007 locals->AlignedCPitch[k] = mode_lib->vba.PitchC[k]; in dml20_ModeSupportAndSystemConfigurationFull()
5009 if (locals->AlignedCPitch[k] > mode_lib->vba.PitchC[k]) { in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c1963 mode_lib->vba.PitchC[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4637 mode_lib->vba.PitchC[k], in dml20v2_ModeSupportAndSystemConfigurationFull()
5082 mode_lib->vba.PitchC[k], in dml20v2_ModeSupportAndSystemConfigurationFull()
5086 locals->AlignedCPitch[k] = mode_lib->vba.PitchC[k]; in dml20v2_ModeSupportAndSystemConfigurationFull()
5088 if (locals->AlignedCPitch[k] > mode_lib->vba.PitchC[k]) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c1895 mode_lib->vba.PitchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4489 mode_lib->vba.PitchC[k], in dml21_ModeSupportAndSystemConfigurationFull()
5108 mode_lib->vba.PitchC[k], in dml21_ModeSupportAndSystemConfigurationFull()
5112 locals->AlignedCPitch[k] = mode_lib->vba.PitchC[k]; in dml21_ModeSupportAndSystemConfigurationFull()
5114 if (locals->AlignedCPitch[k] > mode_lib->vba.PitchC[k]) { in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c2277 v->PitchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4483 v->PitchC[k], in dml30_ModeSupportAndSystemConfigurationFull()
5267 … v->AlignedCPitch[k] = dml_ceil(dml_max(v->PitchC[k], v->SurfaceWidthC[k]), v->MacroTileWidthC[k]); in dml30_ModeSupportAndSystemConfigurationFull()
5274 v->AlignedCPitch[k] = v->PitchC[k]; in dml30_ModeSupportAndSystemConfigurationFull()
5277 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull()