Searched refs:ViewportHeightChroma (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_structs.h | 103 unsigned int ViewportHeightChroma; member
|
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()
|
D | display_mode_vba.h | 1058 unsigned int ViewportHeightChroma[DC__NUM_DPP__MAX]; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_utils.c | 59 …dml_plane_array->ViewportHeightChroma[dst_index] = dml_plane_array->ViewportHeightChroma[src_index… in dml2_util_copy_dml_plane()
|
D | display_mode_core_structs.h | 403 dml_uint_t ViewportHeightChroma; member 488 dml_uint_t ViewportHeightChroma[__DML_NUM_PLANES__]; member
|
D | dml2_wrapper.c | 188 p->new_display_config->plane.ViewportHeightChroma[new_surface_index] = subvp_height; in optimize_configuration()
|
D | dml2_translation_helper.c | 981 out->ViewportHeightChroma[location] = 0; in populate_dummy_dml_plane_cfg() 1030 out->ViewportHeightChroma[location] = scaler_data->viewport_c.height; in populate_dml_plane_cfg_from_plane_state()
|
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()
|
D | display_mode_core.c | 5094 p->myPipe[k].ViewportHeightChroma, in CalculateVMRowAndSwath() 5135 p->myPipe[k].ViewportHeightChroma, in CalculateVMRowAndSwath() 6816 …mode_lib->ms.SwathWidthCSingleDPP[k] = mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma[k… in dml_core_mode_support() 7602 mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma, in dml_core_mode_support() 7648 …s->SurfParameters[k].ViewportHeightChroma = mode_lib->ms.cache_display_cfg.plane.ViewportHeightChr… in dml_core_mode_support() 8107 ….surface.SurfaceWidthC[k] || mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma[k] > mode_l… in dml_core_mode_support() 8636 mode_lib->ms.cache_display_cfg.plane.ViewportHeightChroma, in dml_core_mode_programming() 8660 …s->SurfaceParameters[k].ViewportHeightChroma = mode_lib->ms.cache_display_cfg.plane.ViewportHeight… in dml_core_mode_programming()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
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()
|
D | display_mode_vba_util_32.c | 2027 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath() 2070 myPipe[k].ViewportHeightChroma, in dml32_CalculateVMRowAndSwath()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 155 unsigned int ViewportHeightChroma, 2204 v->ViewportHeightChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3638 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; in dml30_ModeSupportAndSystemConfigurationFull() 4382 v->ViewportHeightChroma[k], in dml30_ModeSupportAndSystemConfigurationFull() 5136 …if (v->ViewportWidthChroma[k] > v->SurfaceWidthC[k] || v->ViewportHeightChroma[k] > v->SurfaceHeig… in dml30_ModeSupportAndSystemConfigurationFull()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 2326 v->ViewportHeightChroma[k], 3868 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4774 v->ViewportHeightChroma[k], 5434 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 2345 v->ViewportHeightChroma[k], 3959 v->SwathWidthCSingleDPP[k] = v->ViewportHeightChroma[k]; 4860 v->ViewportHeightChroma[k], 5520 || v->ViewportHeightChroma[k] > v->SurfaceHeightC[k]) {
|