Searched refs:dst_y_pstate (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 4598 unsigned int dst_y_pstate; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local 4603 …dst_y_pstate = dml_ceil((mmSOCParameters.DRAMClockChangeLatency + mmSOCParameters.UrgentLatency) /… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4604 src_y_pstate_l = dml_ceil(dst_y_pstate * v->VRatio[k], SwathHeightY[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4614 dml_print("DML::%s: k=%d, dst_y_pstate = %d\n", __func__, k, dst_y_pstate); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4623 src_y_pstate_c = dml_ceil(dst_y_pstate * v->VRatioChroma[k], SwathHeightC[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1781 dml_uint_t dst_y_pstate; member
|
| H A D | display_mode_core.c | 3069 …s->dst_y_pstate = (dml_uint_t)(dml_ceil((p->mmSOCParameters.DRAMClockChangeLatency + p->mmSOCParam… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3070 s->src_y_pstate_l = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatio[k], p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3080 dml_print("DML::%s: k=%u, dst_y_pstate = %u\n", __func__, k, s->dst_y_pstate); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3089 …s->src_y_pstate_c = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatioChroma[k], p->SwathHeightC[k]… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|