Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4599 unsigned int src_y_pstate_l; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
4604 src_y_pstate_l = dml_ceil(dst_y_pstate * v->VRatio[k], SwathHeightY[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4606 sub_vp_lines_l = src_y_pstate_l + src_y_ahead_l + v->meta_row_height[k]; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4615 dml_print("DML::%s: k=%d, src_y_pstate_l = %d\n", __func__, k, src_y_pstate_l); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1782 dml_uint_t src_y_pstate_l; member
H A Ddisplay_mode_core.c3070 s->src_y_pstate_l = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatio[k], p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3072 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3081 dml_print("DML::%s: k=%u, src_y_pstate_l = %u\n", __func__, k, s->src_y_pstate_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c6900 s->src_y_pstate_l = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio, p->SwathHeightY[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6902 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height_l[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6911 DML_LOG_VERBOSE("DML::%s: k=%u, src_y_pstate_l = %u\n", __func__, k, s->src_y_pstate_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()