Home
last modified time | relevance | path

Searched refs:swath_width_chroma_ub (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c139 unsigned int *swath_width_chroma_ub,
391 unsigned int swath_width_chroma_ub[],
692 unsigned int *swath_width_chroma_ub, in CalculatePrefetchSchedule()
808 …*swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockWidth256BytesC) + myPipe->Bloc… in CalculatePrefetchSchedule()
811 …*swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockHeight256BytesC) + myPipe->Blo… in CalculatePrefetchSchedule()
814 …luma_ub * dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil… in CalculatePrefetchSchedule()
864 + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) in CalculatePrefetchSchedule()
870 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
878 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
886 *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) / in CalculatePrefetchSchedule()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h734 unsigned int swath_width_chroma_ub[DC__NUM_DPP__MAX]; member