Searched refs:PitchY (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_structs.h | 128 unsigned int PitchY; member
|
| H A D | display_mode_vba.h | 463 unsigned int PitchY[DC__NUM_DPP__MAX]; member
|
| H A D | display_mode_vba.c | 581 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 D | dml2_utils.c | 99 dml_surface_array->PitchY[dst_index] = dml_surface_array->PitchY[src_index]; in dml2_util_copy_dml_surface()
|
| H A D | display_mode_core_structs.h | 480 dml_uint_t PitchY; member 584 dml_uint_t PitchY[__DML_NUM_PLANES__]; member
|
| H A D | dml2_translation_helper.c | 909 out->PitchY[location] = ((out->SurfaceWidthY[location] + 127) / 128) * 128; in populate_dummy_dml_surface_cfg() 924 out->PitchY[location] = in->plane_size.surface_pitch; in populate_dml_surface_cfg_from_plane_state()
|
| H A D | display_mode_util.c | 607 dml_print("DML: surface_cfg: plane=%d, PitchY = %d\n", i, surface->PitchY[i]); in dml_print_dml_display_cfg_surface()
|
| H A D | display_mode_core.c | 5225 p->myPipe[k].PitchY, in CalculateVMRowAndSwath() 7851 s->SurfParameters[k].PitchY = mode_lib->ms.cache_display_cfg.surface.PitchY[k]; in dml_core_mode_support() 8192 dml_max(mode_lib->ms.cache_display_cfg.surface.PitchY[k], mode_lib->ms.cache_display_cfg.surface.SurfaceWidthY[k]), in dml_core_mode_support() 8215 if (mode_lib->ms.support.AlignedYPitch[k] > mode_lib->ms.cache_display_cfg.surface.PitchY[k] || mode_lib->ms.support.AlignedCPitch[k] > mode_lib->ms.cache_display_cfg.surface.PitchC[k] || in dml_core_mode_support() 8801 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 D | display_mode_vba_32.c | 453 v->dummy_vars.DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].PitchY = mode_lib->vba.PitchY[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2758 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].PitchY = mode_lib->vba.PitchY[k]; in dml32_ModeSupportAndSystemConfigurationFull() 3647 dml_max(mode_lib->vba.PitchY[k], mode_lib->vba.SurfaceWidthY[k]), in dml32_ModeSupportAndSystemConfigurationFull() 3676 if (mode_lib->vba.AlignedYPitch[k] > mode_lib->vba.PitchY[k] in dml32_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 139 unsigned int PitchY; 138 unsigned int PitchY; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 3023 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchY; in CalculateVMRowAndSwath() 8321 DML_LOG_VERBOSE("DML::%s: k=%u PitchY = %ld\n", __func__, k, display_cfg->plane_descriptors[k].surface.plane0.pitch); in dml_core_mode_support() 8991 s->SurfParameters[k].PitchY = display_cfg->plane_descriptors[k].surface.plane0.pitch; in dml_core_mode_support() 10784 s->SurfaceParameters[k].PitchY = display_cfg->plane_descriptors[k].surface.plane0.pitch; in dml_core_mode_programming()
|