Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c124 long swath_width_chroma_ub,
376 long swath_width_chroma_ub,
463 unsigned int swath_width_chroma_ub[],
633 int swath_width_chroma_ub[],
671 unsigned int swath_width_chroma_ub[]);
921 long swath_width_chroma_ub, in CalculatePrefetchSchedule()
1077 …sY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerP… in CalculatePrefetchSchedule()
1133 + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) in CalculatePrefetchSchedule()
1146 PrefetchSourceLinesC * swath_width_chroma_ub * in CalculatePrefetchSchedule()
1156 swath_width_chroma_ub * BytePerPixelC) / (Tpre_rounded - in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c140 unsigned int *swath_width_chroma_ub,
392 unsigned int swath_width_chroma_ub[],
693 unsigned int *swath_width_chroma_ub, in CalculatePrefetchSchedule()
809 …*swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockWidth256BytesC) + myPipe->Bloc… in CalculatePrefetchSchedule()
812 …*swath_width_chroma_ub = dml_ceil(SwathWidthY / 2 - 1, myPipe->BlockHeight256BytesC) + myPipe->Blo… in CalculatePrefetchSchedule()
815 …luma_ub * dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil… in CalculatePrefetchSchedule()
865 + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) in CalculatePrefetchSchedule()
871 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
879 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
887 *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) / in CalculatePrefetchSchedule()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h753 unsigned int swath_width_chroma_ub[DC__NUM_DPP__MAX]; member