Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1285 unsigned int src_y_ahead_l;
1284 unsigned int src_y_ahead_l; global() member
H A Ddml2_core_dcn4_calcs.c6949 s->src_y_ahead_l = (unsigned int)(math_floor2(p->DETBufferSizeY[k] / p->BytePerPixelDETY[k] / p->SwathWidthY[k], p->SwathHeightY[k]) + s->LBLatencyHidingSourceLinesY[k]); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6950 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height_l[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6960 DML_LOG_VERBOSE("DML::%s: k=%u, src_y_ahead_l = %u\n", __func__, k, s->src_y_ahead_l); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1784 dml_uint_t src_y_ahead_l; member
H A Ddisplay_mode_core.c3114 s->src_y_ahead_l = (dml_uint_t)(dml_floor(p->DETBufferSizeY[k] / p->BytePerPixelDETY[k] / p->SwathWidthY[k], p->SwathHeightY[k]) + s->LBLatencyHidingSourceLinesY[k]); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3115 s->sub_vp_lines_l = s->src_y_pstate_l + s->src_y_ahead_l + p->meta_row_height[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3125 dml_print("DML::%s: k=%u, src_y_ahead_l = %u\n", __func__, k, s->src_y_ahead_l); in CalculateDCFCLKDeepSleep()