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

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5316 unsigned int softMax = 0, maxDPM = 0, funcMin = 0, i; local
5327 funcMin = (dc->clk_mgr->clks.dramclk_khz + 999) / 1000;
5332 if (funcMin <= softMax)
5336 if (funcMin <= softMax)
5342 if (funcMin <= softMax)
5346 if (funcMin <= softMax)

Completed in 132 milliseconds