Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c138 unsigned int *swath_width_luma_ub,
390 unsigned int swath_width_luma_ub[],
691 unsigned int *swath_width_luma_ub, in CalculatePrefetchSchedule()
807 …*swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockWidth256BytesY) + myPipe->BlockWidth… in CalculatePrefetchSchedule()
810 …*swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockHeight256BytesY) + myPipe->BlockHeig… in CalculatePrefetchSchedule()
814 …prefetch_bw_oto = (PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + P… in CalculatePrefetchSchedule()
863 + PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule()
869 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule()
877 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule()
884 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h733 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member