Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c125 long swath_width_chroma_ub,
377 long swath_width_chroma_ub,
464 unsigned int swath_width_chroma_ub[],
634 int swath_width_chroma_ub[],
672 unsigned int swath_width_chroma_ub[]);
922 long swath_width_chroma_ub, in CalculatePrefetchSchedule()
1078 …sY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerP… in CalculatePrefetchSchedule()
1134 + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) in CalculatePrefetchSchedule()
1147 PrefetchSourceLinesC * swath_width_chroma_ub * in CalculatePrefetchSchedule()
1157 swath_width_chroma_ub * BytePerPixelC) / (Tpre_rounded - in CalculatePrefetchSchedule()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h753 unsigned int swath_width_chroma_ub[DC__NUM_DPP__MAX]; member