Searched refs:fEVV_V (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c706 fInt fSclk_margin, fSclk, fEVV_V; local
1050 fEVV_V = fRoots[1];
1052 fEVV_V = fRoots[0];
1054 if (GreaterThan(fV_min, fEVV_V))
1055 fEVV_V = fV_min;
1056 else if (GreaterThan(fEVV_V, fV_max))
1057 fEVV_V = fSubtract(fV_max, fStepSize);
1059 fEVV_V = fRoundUpByStepSize(fEVV_V, fStepSize, 0);
1093 (GreaterThan(fV_NL, fEVV_V) ||
[all...]

Completed in 82 milliseconds