Home
last modified time | relevance | path

Searched refs:__DML2_CALCS_DCFCLK_FACTOR__ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h20 #define __DML2_CALCS_DCFCLK_FACTOR__ 1.15 //<brief fudge factor for min dcfclk calclation macro
H A Ddml2_core_dcn5_calcs_dchub.c1912 …DCFClkDeepSleepPerSurface[k] = math_max2(__DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPi… in dcn5_calculate_dcfclk_deep_sleep()
1913__DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthC[k] * BytePerPixelC[k] / 32.0 / DisplayPipeLineDeliveryT… in dcn5_calculate_dcfclk_deep_sleep()
1915 …DCFClkDeepSleepPerSurface[k] = __DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / … in dcn5_calculate_dcfclk_deep_sleep()
1927 …*DCFClkDeepSleep = math_max2(8.0, __DML2_CALCS_DCFCLK_FACTOR__ * ReadBandwidth / (double)ReturnBus… in dcn5_calculate_dcfclk_deep_sleep()
1929 …OG_VERBOSE("DML::%s: __DML2_CALCS_DCFCLK_FACTOR__ = %f\n", __func__, __DML2_CALCS_DCFCLK_FACTOR__); in dcn5_calculate_dcfclk_deep_sleep()