Searched refs:dst_y_pstate (Results 1 – 4 of 4) 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()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 6899 …s->dst_y_pstate = (unsigned int)(math_ceil2((p->mmSOCParameters.DRAMClockChangeLatency + p->mmSOCP… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6900 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6910 DML_LOG_VERBOSE("DML::%s: k=%u, dst_y_pstate = %u\n", __func__, k, s->dst_y_pstate); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6919 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|