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.h18 #define __DML2_CALCS_DCFCLK_FACTOR__ 1.15 //<brief fudge factor for min dcfclk calclation macro
H A Ddml2_core_dcn4_calcs.c3550 …DCFClkDeepSleepPerSurface[k] = math_max2(__DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPi… in CalculateDCFCLKDeepSleepTdlut()
3551__DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthC[k] * BytePerPixelC[k] / 32.0 / DisplayPipeLineDeliveryT… in CalculateDCFCLKDeepSleepTdlut()
3553 …DCFClkDeepSleepPerSurface[k] = __DML2_CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / … in CalculateDCFCLKDeepSleepTdlut()
3583 …*DCFClkDeepSleep = math_max2(8.0, __DML2_CALCS_DCFCLK_FACTOR__ * ReadBandwidth / (double)ReturnBus… in CalculateDCFCLKDeepSleepTdlut()
3586 …OG_VERBOSE("DML::%s: __DML2_CALCS_DCFCLK_FACTOR__ = %f\n", __func__, __DML2_CALCS_DCFCLK_FACTOR__); in CalculateDCFCLKDeepSleepTdlut()