Home
last modified time | relevance | path

Searched refs:TotalBandwidthPerStream (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1331 unsigned int TotalBandwidthPerStream[DML2_MAX_PLANES]; member
H A Ddml2_core_shared.c3705 unsigned int TotalBandwidthPerStream[DML2_MAX_PLANES] = { 0 }; in CalculateDETBufferSize() local
3804TotalBandwidthPerStream[p->display_cfg->plane_descriptors[k].stream_index] += (unsigned int)(p->Re… in CalculateDETBufferSize()
3822 …ed int)(((p->ReadBandwidthLuma[k] + p->ReadBandwidthChroma[k]) / TotalBandwidthPerStream[p->displa… in CalculateDETBufferSize()
H A Ddml2_core_dcn4_calcs.c1127 …l->TotalBandwidthPerStream[display_cfg->plane_descriptors[k].stream_index] += (unsigned int)(ReadB… in CalculateDETBufferSize()
1146 …igned int)(((ReadBandwidthLuma[k] + ReadBandwidthChroma[k]) / l->TotalBandwidthPerStream[display_c… in CalculateDETBufferSize()