Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1113 unsigned int src_y_ahead_l; member
H A Ddml2_core_dcn4_calcs.c6942 …s->src_y_ahead_l = (unsigned int)(math_floor2(p->DETBufferSizeY[k] / p->BytePerPixelDETY[k] / p->S… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6943 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height_l[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6953 dml2_printf("DML::%s: k=%u, src_y_ahead_l = %u\n", __func__, k, s->src_y_ahead_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4601 unsigned int src_y_ahead_l, src_y_ahead_c, sub_vp_lines_l, sub_vp_lines_c; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local
4605src_y_ahead_l = dml_floor(DETBufferSizeY[k] / BytePerPixelDETY[k] / SwathWidthY[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()
4616 dml_print("DML::%s: k=%d, src_y_ahead_l = %d\n", __func__, k, src_y_ahead_l); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1785 dml_uint_t src_y_ahead_l; member
H A Ddisplay_mode_core.c3071 …s->src_y_ahead_l = (dml_uint_t)(dml_floor(p->DETBufferSizeY[k] / p->BytePerPixelDETY[k] / p->Swath… 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()
3082 dml_print("DML::%s: k=%u, src_y_ahead_l = %u\n", __func__, k, s->src_y_ahead_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()