Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c124 long swath_width_luma_ub,
376 long swath_width_luma_ub,
463 unsigned int swath_width_luma_ub[],
633 int swath_width_luma_ub[],
671 unsigned int swath_width_luma_ub[],
921 long swath_width_luma_ub, in CalculatePrefetchSchedule()
1078 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLine… in CalculatePrefetchSchedule()
1133 + PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY in CalculatePrefetchSchedule()
1146 swath_width_luma_ub * BytePerPixelY + in CalculatePrefetchSchedule()
1156 swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * in CalculatePrefetchSchedule()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c146 int swath_width_luma_ub,
403 int swath_width_luma_ub,
488 unsigned int swath_width_luma_ub[],
678 int swath_width_luma_ub[],
716 int swath_width_luma_ub[],
967 int swath_width_luma_ub,
1169 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS…
1176 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchSo…
1182 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub);
1466 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub);
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c139 unsigned int *swath_width_luma_ub,
391 unsigned int swath_width_luma_ub[],
692 unsigned int *swath_width_luma_ub, in CalculatePrefetchSchedule()
808 …*swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockWidth256BytesY) + myPipe->BlockWidth… in CalculatePrefetchSchedule()
811 …*swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockHeight256BytesY) + myPipe->BlockHeig… in CalculatePrefetchSchedule()
815 …prefetch_bw_oto = (PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + P… in CalculatePrefetchSchedule()
867 + PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
873 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule()
881 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule()
888 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h759 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member