Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c4568 unsigned int dst_y_pstate; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
4573dst_y_pstate = dml_ceil((mmSOCParameters.DRAMClockChangeLatency + mmSOCParameters.UrgentLatency) /… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4574 src_y_pstate_l = dml_ceil(dst_y_pstate * v->VRatio[k], SwathHeightY[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4584 dml_print("DML::%s: k=%d, dst_y_pstate = %d\n", __func__, k, dst_y_pstate); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4593 src_y_pstate_c = dml_ceil(dst_y_pstate * v->VRatioChroma[k], SwathHeightC[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()