Searched refs:swath_width_luma_ub (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 133 unsigned int swath_width_luma_ub[], 184 unsigned int swath_width_luma_ub[], // per-pipe 536 unsigned int swath_width_luma_ub, 744 unsigned int swath_width_luma_ub, 859 unsigned int swath_width_luma_ub[],
|
D | display_mode_vba_util_32.c | 444 unsigned int swath_width_luma_ub[], in dml32_CalculateSwathAndDETConfiguration() 512 swath_width_luma_ub, in dml32_CalculateSwathAndDETConfiguration() 516 …RoundedUpMaxSwathSizeBytesY[k] = swath_width_luma_ub[k] * BytePerPixDETY[k] * MaximumSwathHeightY[… in dml32_CalculateSwathAndDETConfiguration() 520 dml_print("DML::%s: k=%0d swath_width_luma_ub = %d\n", __func__, k, swath_width_luma_ub[k]); in dml32_CalculateSwathAndDETConfiguration() 716 unsigned int swath_width_luma_ub[], // per-pipe in dml32_CalculateSwathWidth() 794 swath_width_luma_ub[k] = dml_min(surface_width_ub_l, in dml32_CalculateSwathWidth() 802 swath_width_luma_ub[k] = dml_min(surface_width_ub_l, in dml32_CalculateSwathWidth() 830 swath_width_luma_ub[k] = dml_min(surface_height_ub_l, dml_floor(ViewportYStart[k] + in dml32_CalculateSwathWidth() 835 swath_width_luma_ub[k] = dml_min(surface_height_ub_l, dml_ceil(SwathWidthY[k] - 1, in dml32_CalculateSwathWidth() 868 dml_print("DML::%s: k=%d swath_width_luma_ub=%0d\n", __func__, k, swath_width_luma_ub[k]); in dml32_CalculateSwathWidth() [all …]
|
D | display_mode_vba_32.c | 203 v->swath_width_luma_ub, v->swath_width_chroma_ub); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 650 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 681 v->swath_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 808 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 847 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1257 v->swath_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 122 long swath_width_luma_ub, 374 long swath_width_luma_ub, 407 unsigned int swath_width_luma_ub[], 577 int swath_width_luma_ub[], 615 unsigned int swath_width_luma_ub[], 852 long swath_width_luma_ub, in CalculatePrefetchSchedule() 1009 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLine… in CalculatePrefetchSchedule() 1064 + PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY in CalculatePrefetchSchedule() 1077 swath_width_luma_ub * BytePerPixelY + in CalculatePrefetchSchedule() 1087 swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * in CalculatePrefetchSchedule() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 139 int swath_width_luma_ub, 340 int swath_width_luma_ub, 371 unsigned int swath_width_luma_ub[], 562 int swath_width_luma_ub[], 600 int swath_width_luma_ub[], 851 int swath_width_luma_ub, 1060 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1074 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub); 1358 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); 1362 …eLinesY / LinesToRequestPrefetchPixelData * myPipe->BytePerPixelY * swath_width_luma_ub / LineTime; [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 151 int swath_width_luma_ub, 352 int swath_width_luma_ub, 383 unsigned int swath_width_luma_ub[], 573 int swath_width_luma_ub[], 611 int swath_width_luma_ub[], 872 int swath_width_luma_ub, 1081 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1095 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub); 1379 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); 1383 …eLinesY / LinesToRequestPrefetchPixelData * myPipe->BytePerPixelY * swath_width_luma_ub / LineTime; [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 139 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() 812 …*swath_width_luma_ub = dml_ceil(SwathWidthY - 1, myPipe->BlockHeight256BytesY) + myPipe->BlockHeig… in CalculatePrefetchSchedule() 817 …prefetch_bw_oto = (PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + P… in CalculatePrefetchSchedule() 869 + PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) in CalculatePrefetchSchedule() 875 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule() 883 *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + in CalculatePrefetchSchedule() 890 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub * in CalculatePrefetchSchedule() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 977 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member
|