Searched refs:ViewportHeightChroma (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 103 unsigned int ViewportHeightChroma; member
|
H A D | display_mode_vba.c | 555 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params() 805 mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] += in fetch_pipe_params() 823 …if (mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_… in fetch_pipe_params() 824 …mode_lib->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max … in fetch_pipe_params()
|
H A D | display_mode_vba.h | 1058 unsigned int ViewportHeightChroma[DC__NUM_DPP__MAX]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 59 …dml_plane_array->ViewportHeightChroma[dst_index] = dml_plane_array->ViewportHeightChroma[src_index… in dml2_util_copy_dml_plane()
|
H A D | display_mode_core_structs.h | 455 dml_uint_t ViewportHeightChroma; member 540 dml_uint_t ViewportHeightChroma[__DML_NUM_PLANES__]; member
|
H A D | dml2_translation_helper.c | 1021 out->ViewportHeightChroma[location] = 0; in populate_dummy_dml_plane_cfg() 1070 out->ViewportHeightChroma[location] = scaler_data->viewport_c.height; in populate_dml_plane_cfg_from_plane_state()
|
H A D | dml2_wrapper.c | 188 p->new_display_config->plane.ViewportHeightChroma[new_surface_index] = subvp_height; in optimize_configuration()
|
H A D | display_mode_util.c | 563 …dml_print("DML: plane_cfg: plane=%d, ViewportHeightChroma = %d\n", i, plane->ViewportHeightChroma[… in dml_print_dml_display_cfg_plane()
|
H A D | display_mode_core.c | 5095 p->myPipe[k].ViewportHeightChroma, in CalculateVMRowAndSwath() 5136 p->myPipe[k].ViewportHeightChroma, in CalculateVMRowAndSwath() 6817 …mode_lib->ms.SwathWidthCSingleDPP[k] = mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma[k… in dml_core_mode_support() 7603 mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma, in dml_core_mode_support() 7649 …s->SurfParameters[k].ViewportHeightChroma = mode_lib->ms.cache_display_cfg.plane.ViewportHeightChr… in dml_core_mode_support() 8108 ….surface.SurfaceWidthC[k] || mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma[k] > mode_l… in dml_core_mode_support() 8637 mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma, in dml_core_mode_programming() 8661 …s->SurfaceParameters[k].ViewportHeightChroma = mode_lib->ms.cache_display_cfg.plane.ViewportHeight… in dml_core_mode_programming()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_32.c | 400 mode_lib->vba.ViewportHeightChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 428 …sAndPerformanceCalculation.SurfaceParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1829 v->SwathWidthCSingleDPP[k] = mode_lib->vba.ViewportHeightChroma[k]; in dml32_ModeSupportAndSystemConfigurationFull() 2664 mode_lib->vba.ViewportHeightChroma, in dml32_ModeSupportAndSystemConfigurationFull() 2721 …ortAndSystemConfigurationFull.SurfParameters[k].ViewportHeightChroma = mode_lib->vba.ViewportHeigh… in dml32_ModeSupportAndSystemConfigurationFull() 3680 || mode_lib->vba.ViewportHeightChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
|
H A D | display_mode_vba_util_32.c | 2031 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath() 2074 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 2323 v->ViewportHeightChroma[k], 3865 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4771 v->ViewportHeightChroma[k], 5431 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|