Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h130 unsigned int PitchC; member
H A Ddisplay_mode_vba.h464 unsigned int PitchC[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c584 mode_lib->vba.PitchC[mode_lib->vba.NumberOfActivePlanes] = src->data_pitch_c; in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c451 …arametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].PitchC = mode_lib->vba.PitchC[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2745 …ars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].PitchC = mode_lib->vba.PitchC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3647 dml_max(mode_lib->vba.PitchC[k], mode_lib->vba.SurfaceWidthC[k]), in dml32_ModeSupportAndSystemConfigurationFull()
3658 mode_lib->vba.AlignedCPitch[k] = mode_lib->vba.PitchC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3662 || mode_lib->vba.AlignedCPitch[k] > mode_lib->vba.PitchC[k] in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_util_32.c2041 myPipe[k].PitchC, in dml32_CalculateVMRowAndSwath()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h482 dml_uint_t PitchC; member
587 dml_uint_t PitchC[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c5103 p->myPipe[k].PitchC, in CalculateVMRowAndSwath()
7744 s->SurfParameters[k].PitchC = mode_lib->ms.cache_display_cfg.surface.PitchC[k]; in dml_core_mode_support()
8096 …ignedCPitch[k] = dml_ceil(dml_max(mode_lib->ms.cache_display_cfg.surface.PitchC[k], mode_lib->ms.c… in dml_core_mode_support()
8103 mode_lib->ms.support.AlignedCPitch[k] = mode_lib->ms.cache_display_cfg.surface.PitchC[k]; in dml_core_mode_support()
8106 …Y[k] || mode_lib->ms.support.AlignedCPitch[k] > mode_lib->ms.cache_display_cfg.surface.PitchC[k] || in dml_core_mode_support()
8694 s->SurfaceParameters[k].PitchC = mode_lib->ms.cache_display_cfg.surface.PitchC[k]; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c2106 v->PitchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4216 v->PitchC[k], in dml30_ModeSupportAndSystemConfigurationFull()
4874 … v->AlignedCPitch[k] = dml_ceil(dml_max(v->PitchC[k], v->SurfaceWidthC[k]), v->MacroTileWidthC[k]); in dml30_ModeSupportAndSystemConfigurationFull()
4881 v->AlignedCPitch[k] = v->PitchC[k]; in dml30_ModeSupportAndSystemConfigurationFull()
4884 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull()