Home
last modified time | relevance | path

Searched refs:VTAPsChroma (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c128 mode_lib->vba.VTAPsChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
448 …atermarksAndPerformanceCalculation.SurfaceParameters[k].VTapsChroma = mode_lib->vba.VTAPsChroma[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1773 && (mode_lib->vba.VTAPsChroma[k] < 1 in dml32_ModeSupportAndSystemConfigurationFull()
1774 || mode_lib->vba.VTAPsChroma[k] > 8 in dml32_ModeSupportAndSystemConfigurationFull()
1787 > mode_lib->vba.VTAPsChroma[k]))) { in dml32_ModeSupportAndSystemConfigurationFull()
1907 mode_lib->vba.VTAPsChroma[k], in dml32_ModeSupportAndSystemConfigurationFull()
1946 / (mode_lib->vba.VTAPsChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
2742 …ModeSupportAndSystemConfigurationFull.SurfParameters[k].VTapsChroma = mode_lib->vba.VTAPsChroma[k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h470 unsigned int VTAPsChroma[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c602 mode_lib->vba.VTAPsChroma[mode_lib->vba.NumberOfActivePlanes] = taps->vtaps_c; in fetch_pipe_params()