Home
last modified time | relevance | path

Searched refs:PitchC (Results 1 – 14 of 14) 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/dml2/
H A Ddml2_utils.c102 dml_surface_array->PitchC[dst_index] = dml_surface_array->PitchC[src_index]; in dml2_util_copy_dml_surface()
H A Ddisplay_mode_core_structs.h482 dml_uint_t PitchC; member
587 dml_uint_t PitchC[__DML_NUM_PLANES__]; member
H A Ddml2_translation_helper.c895 out->PitchC[location] = 0; in populate_dummy_dml_surface_cfg()
914 out->PitchC[location] = in->plane_size.chroma_pitch; in populate_dml_surface_cfg_from_plane_state()
H A Ddisplay_mode_util.c597 dml_print("DML: surface_cfg: plane=%d, PitchC = %d\n", i, surface->PitchC[i]); in dml_print_dml_display_cfg_surface()
H A Ddisplay_mode_core.c5102 p->myPipe[k].PitchC, in CalculateVMRowAndSwath()
7672 s->SurfParameters[k].PitchC = mode_lib->ms.cache_display_cfg.surface.PitchC[k]; in dml_core_mode_support()
8086 …ignedCPitch[k] = dml_ceil(dml_max(mode_lib->ms.cache_display_cfg.surface.PitchC[k], mode_lib->ms.c… in dml_core_mode_support()
8093 mode_lib->ms.support.AlignedCPitch[k] = mode_lib->ms.cache_display_cfg.surface.PitchC[k]; in dml_core_mode_support()
8096 …Y[k] || mode_lib->ms.support.AlignedCPitch[k] > mode_lib->ms.cache_display_cfg.surface.PitchC[k] || in dml_core_mode_support()
8684 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/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/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h134 unsigned int PitchC; member
H A Ddml2_core_shared.c1679 s->SurfParameters[k].PitchC = display_cfg->plane_descriptors[k].surface.plane1.pitch; in dml2_core_shared_mode_support()
5599 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchC; in CalculateVMRowAndSwath()
10200 s->SurfaceParameters[k].PitchC = display_cfg->plane_descriptors[k].surface.plane1.pitch; in dml2_core_shared_mode_programming()
H A Ddml2_core_dcn4_calcs.c2942 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchC; in CalculateVMRowAndSwath()
8301 s->SurfParameters[k].PitchC = display_cfg->plane_descriptors[k].surface.plane1.pitch; in dml_core_mode_support()
10712 s->SurfaceParameters[k].PitchC = display_cfg->plane_descriptors[k].surface.plane1.pitch; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c2330 v->PitchC[k],
4778 v->PitchC[k],
5406 … v->AlignedCPitch[k] = dml_ceil(dml_max(v->PitchC[k], v->SurfaceWidthC[k]), v->MacroTileWidthC[k]);
5415 v->AlignedCPitch[k] = v->PitchC[k];
5418 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k]