Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1074 unsigned int src_y_pstate_c; member
Ddml2_core_shared.c8934 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
8936 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_c[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
8945 dml2_printf("DML::%s: k=%u, src_y_pstate_c = %u\n", __func__, k, s->src_y_pstate_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
Ddml2_core_dcn4_calcs.c6637 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6639 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_c[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6648 dml2_printf("DML::%s: k=%u, src_y_pstate_c = %u\n", __func__, k, s->src_y_pstate_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c4599 unsigned int src_y_pstate_c; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
4622 src_y_pstate_c = dml_ceil(dst_y_pstate * v->VRatioChroma[k], SwathHeightC[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4624 sub_vp_lines_c = src_y_pstate_c + src_y_ahead_c + v->meta_row_height_chroma[k]; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4628 dml_print("DML::%s: k=%d, src_y_pstate_c = %d\n", __func__, k, src_y_pstate_c); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1726 dml_uint_t src_y_pstate_c; member
Ddisplay_mode_core.c3087 …s->src_y_pstate_c = (dml_uint_t)(dml_ceil(s->dst_y_pstate * p->VRatioChroma[k], p->SwathHeightC[k]… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3089 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_chroma[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3093 dml_print("DML::%s: k=%u, src_y_pstate_c = %u\n", __func__, k, s->src_y_pstate_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()