Home
last modified time | relevance | path

Searched refs:VTapsChroma (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h127 unsigned int VTapsChroma; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h479 dml_uint_t VTapsChroma; member
555 dml_uint_t VTapsChroma[__DML_NUM_PLANES__]; member
1358 dml_uint_t *VTapsChroma; member
H A Ddisplay_mode_core.c147 dml_uint_t VTapsChroma,
2898 …(dml_float_t)p->SwathWidthC[k] / dml_max(p->HRatioChroma[k], 1.0)), 1)) - (p->VTapsChroma[k] - 1)); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
5130 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath()
5649 dml_uint_t VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
5679 DPPCLKUsingSingleDPPChroma = PixelClock * dml_max3(VTapsChroma / 6 * dml_min(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput()
5681 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()
6677 CalculateWatermarks_params->VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma; in dml_prefetch_check()
6844 …&& (mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k] < 1 || mode_lib->ms.cache_display_cfg.plan… in dml_core_mode_support()
6849 ….cache_display_cfg.plane.VRatioChroma[k] > mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k]))) { in dml_core_mode_support()
6971 mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k], in dml_core_mode_support()
[all …]
H A Ddisplay_mode_util.c577 dml_print("DML: plane_cfg: plane=%d, VTapsChroma = %d\n", i, plane->VTapsChroma[i]); in dml_print_dml_display_cfg_plane()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h77 unsigned int VTapsChroma,
H A Ddisplay_mode_vba_util_32.c210 unsigned int VTapsChroma, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument
244 DPPCLKUsingSingleDPPChroma = PixelClock * dml_max3(VTapsChroma / 6 * dml_min(1, HRatioChroma), in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
246 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
2067 myPipe[k].VTapsChroma, in dml32_CalculateVMRowAndSwath()
H A Ddisplay_mode_vba_32.c448 …etchParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].VTapsChroma = mode_lib->vba… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2742 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].VTapsChroma = mode_lib… in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c778 unsigned int VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
808 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput()
810 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()
2941 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath()
7444 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_ms_prefetch_check()
8943 …s->SurfParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane… in dml_core_mode_support()
10734 …s->SurfaceParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.pl… in dml_core_mode_programming()
11232 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_mode_programming()