Searched refs:softMax (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
5322 softMax = dc->clk_mgr->bw_params->dc_mode_softmax_memclk;
5332 if (funcMin <= softMax)
5333 dc->clk_mgr->funcs->set_max_memclk(dc->clk_mgr, softMax);
5336 if (funcMin <= softMax)
5337 blank_and_force_memclk(dc, true, softMax);
5342 if (funcMin <= softMax)
5346 if (funcMin <= softMax)

Completed in 554 milliseconds