Home
last modified time | relevance | path

Searched refs:PitchY (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h128 unsigned int PitchY; member
H A Ddisplay_mode_vba.h463 unsigned int PitchY[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c581 mode_lib->vba.PitchY[mode_lib->vba.NumberOfActivePlanes] = src->data_pitch; in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h480 dml_uint_t PitchY; member
584 dml_uint_t PitchY[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_util.c594 dml_print("DML: surface_cfg: plane=%d, PitchY = %d\n", i, surface->PitchY[i]); in dml_print_dml_display_cfg_surface()
H A Ddisplay_mode_core.c5176 p->myPipe[k].PitchY, in CalculateVMRowAndSwath()
7742 s->SurfParameters[k].PitchY = mode_lib->ms.cache_display_cfg.surface.PitchY[k]; in dml_core_mode_support()
8083 …dml_max(mode_lib->ms.cache_display_cfg.surface.PitchY[k], mode_lib->ms.cache_display_cfg.surface.S… in dml_core_mode_support()
8106 …if (mode_lib->ms.support.AlignedYPitch[k] > mode_lib->ms.cache_display_cfg.surface.PitchY[k] || mo… in dml_core_mode_support()
8692 s->SurfaceParameters[k].PitchY = mode_lib->ms.cache_display_cfg.surface.PitchY[k]; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c449 …arametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].PitchY = mode_lib->vba.PitchY[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2743 …ars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].PitchY = mode_lib->vba.PitchY[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3632 dml_max(mode_lib->vba.PitchY[k], mode_lib->vba.SurfaceWidthY[k]), in dml32_ModeSupportAndSystemConfigurationFull()
3661 if (mode_lib->vba.AlignedYPitch[k] > mode_lib->vba.PitchY[k] in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_util_32.c2115 myPipe[k].PitchY, in dml32_CalculateVMRowAndSwath()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c2163 v->PitchY[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4272 v->PitchY[k], in dml30_ModeSupportAndSystemConfigurationFull()
4866 v->AlignedYPitch[k] = dml_ceil(dml_max(v->PitchY[k], v->SurfaceWidthY[k]), v->MacroTileWidthY[k]); in dml30_ModeSupportAndSystemConfigurationFull()
4884 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2986 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchY; in CalculateVMRowAndSwath()
8944 s->SurfParameters[k].PitchY = display_cfg->plane_descriptors[k].surface.plane0.pitch; in dml_core_mode_support()
10735 s->SurfaceParameters[k].PitchY = display_cfg->plane_descriptors[k].surface.plane0.pitch; in dml_core_mode_programming()