Searched refs:swath_width_luma_ub (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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 533 unsigned int swath_width_luma_ub, 741 unsigned int swath_width_luma_ub, 855 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 | 204 v->swath_width_luma_ub, v->swath_width_chroma_ub); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 648 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 679 v->swath_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 805 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 841 v->swath_width_luma_ub[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1245 v->swath_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 124 long swath_width_luma_ub, 376 long swath_width_luma_ub, 409 unsigned int swath_width_luma_ub[], 579 int swath_width_luma_ub[], 617 unsigned int swath_width_luma_ub[], 855 long swath_width_luma_ub, in CalculatePrefetchSchedule() 1012 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLine… in CalculatePrefetchSchedule() 1067 + PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY in CalculatePrefetchSchedule() 1080 swath_width_luma_ub * BytePerPixelY + in CalculatePrefetchSchedule() 1090 swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * in CalculatePrefetchSchedule() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 140 int swath_width_luma_ub, 341 int swath_width_luma_ub, 372 unsigned int swath_width_luma_ub[], 562 int swath_width_luma_ub[], 600 int swath_width_luma_ub[], 851 int swath_width_luma_ub, 1057 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1065 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchSo… 1071 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub); 1355 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 152 int swath_width_luma_ub, 353 int swath_width_luma_ub, 384 unsigned int swath_width_luma_ub[], 574 int swath_width_luma_ub[], 612 int swath_width_luma_ub[], 873 int swath_width_luma_ub, 1079 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1087 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchSo… 1093 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub); 1377 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); [all …]
|
/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 966 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member
|