Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h67 double HRatioChroma,
129 double HRatioChroma[],
567 double HRatioChroma[],
863 double HRatioChroma[],
H A Ddisplay_mode_vba_util_32.c200 double HRatioChroma, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument
238 if (HRatioChroma > 1) { in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
240 HRatioChroma / dml_ceil((double) HTapsChroma / 6.0, 1.0)); in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
245 HRatioChroma * VRatioChroma / *PSCL_THROUGHPUT_CHROMA, 1); in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
440 double HRatioChroma[], in dml32_CalculateSwathAndDETConfiguration()
2817 double HRatioChroma[], in dml32_CalculateDCFCLKDeepSleep() argument
2848 DPPPerSurface[k] / HRatioChroma[k] / PixelClock[k]; in dml32_CalculateDCFCLKDeepSleep()
4705 double HRatioChroma[], in dml32_CalculatePixelDeliveryTimes() argument
4740 dml_print("DML::%s: k=%d : HRatioChroma = %f\n", __func__, k, HRatioChroma[k]); in dml32_CalculatePixelDeliveryTimes()
4763 swath_width_chroma_ub[k] * DPPPerSurface[k] / HRatioChroma[k] / PixelClock[k]; in dml32_CalculatePixelDeliveryTimes()
[all …]
H A Ddisplay_mode_vba_32.c118 mode_lib->vba.HRatioChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
273 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
322 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1261 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1780 || mode_lib->vba.HRatioChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
1784 || mode_lib->vba.HRatioChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
1902 …2_CalculateSinglePipeDPPCLKAndSCLThroughput(mode_lib->vba.HRatio[k], mode_lib->vba.HRatioChroma[k], in dml32_ModeSupportAndSystemConfigurationFull()
1945 * dml_max(mode_lib->vba.HRatioChroma[k], 1.0) / mode_lib->vba.LBBitPerPixel[k] in dml32_ModeSupportAndSystemConfigurationFull()
2001 mode_lib->vba.HRatioChroma, in dml32_ModeSupportAndSystemConfigurationFull()
2601 mode_lib->vba.HRatioChroma, in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c328 double HRatioChroma[],
364 double HRatioChroma[],
411 double HRatioChroma[],
575 double HRatioChroma[],
2096 v->HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2775 v->HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2833 v->HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3841 v->HRatioChroma, in dml30_ModeSupportAndSystemConfigurationFull()
4306 v->HRatioChroma, in dml30_ModeSupportAndSystemConfigurationFull()
4560 v->HRatioChroma, in dml30_ModeSupportAndSystemConfigurationFull()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c329 double HRatioChroma[],
375 double HRatioChroma[],
560 double HRatioChroma[],
2226 v->HRatioChroma,
2994 v->HRatioChroma,
3342 v->HRatioChroma,
4058 v->HRatioChroma,
4686 v->HRatioChroma,
4710 v->HRatioChroma,
5771 double HRatioChroma[], argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c341 double HRatioChroma[],
387 double HRatioChroma[],
571 double HRatioChroma[],
2247 v->HRatioChroma,
3015 v->HRatioChroma,
3362 v->HRatioChroma,
4150 v->HRatioChroma,
4773 v->HRatioChroma,
4797 v->HRatioChroma,
5866 double HRatioChroma[], argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1059 double HRatioChroma[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c590 mode_lib->vba.HRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio_c; in fetch_pipe_params()