Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h133 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[],
Ddisplay_mode_vba_util_32.c444 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 …]
Ddisplay_mode_vba_32.c203 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.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c122 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.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c139 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.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c148 int swath_width_luma_ub,
349 int swath_width_luma_ub,
380 unsigned int swath_width_luma_ub[],
570 int swath_width_luma_ub[],
608 int swath_width_luma_ub[],
869 int swath_width_luma_ub,
1078 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS…
1092 dml_print("DML: swath_width_luma_ub: %d\n", swath_width_luma_ub);
1376 dml_print("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub);
1380 …eLinesY / LinesToRequestPrefetchPixelData * myPipe->BytePerPixelY * swath_width_luma_ub / LineTime;
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h397 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
638 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
1595 unsigned int *swath_width_luma_ub; member
1730 unsigned int swath_width_luma_ub; member
Ddml2_core_shared.c110 unsigned int swath_width_luma_ub[], // per-pipe
322 unsigned int swath_width_luma_ub,
690 unsigned int swath_width_luma_ub[],
1158 CalculateSwathAndDETConfiguration_params->swath_width_luma_ub = s->dummy_integer_array[3]; in dml2_core_shared_mode_support()
1598 CalculateSwathAndDETConfiguration_params->swath_width_luma_ub = mode_lib->ms.swath_width_luma_ub; in dml2_core_shared_mode_support()
1842 mode_lib->ms.swath_width_luma_ub[k], in dml2_core_shared_mode_support()
2353 CalculatePrefetchSchedule_params->swath_width_luma_ub = mode_lib->ms.swath_width_luma_ub[k]; in dml2_core_shared_mode_support()
2457 mode_lib->ms.swath_width_luma_ub[k], in dml2_core_shared_mode_support()
3515 unsigned int swath_width_luma_ub[], // per-pipe in CalculateSwathWidth()
3623swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_floor2(display_cfg->pla… in CalculateSwathWidth()
[all …]
Ddml2_core_dcn4_calcs.c828 unsigned int swath_width_luma_ub[], // per-pipe in CalculateSwathWidth()
937swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_floor2(display_cfg->pla… in CalculateSwathWidth()
939swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_ceil2((double)SwathWidt… in CalculateSwathWidth()
941 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
958swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, math_floor2(display_cfg->pl… in CalculateSwathWidth()
960swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, math_ceil2((double)SwathWid… in CalculateSwathWidth()
962 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / Read256BytesBlockHeightY[k]; in CalculateSwathWidth()
976 dml2_printf("DML::%s: k=%u swath_width_luma_ub=%u\n", __func__, k, swath_width_luma_ub[k]); in CalculateSwathWidth()
3451 unsigned int swath_width_luma_ub, in CalculateUrgentBurstFactor() argument
3483 dml2_printf("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); in CalculateUrgentBurstFactor()
[all …]
/linux-6.12.1/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()
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.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c420 dml_uint_t swath_width_luma_ub,
462 dml_uint_t swath_width_luma_ub[],
614 dml_uint_t swath_width_luma_ub[],
1190 …s->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY… in CalculatePrefetchSchedule()
1234 dml_print("DML::%s: swath_width_luma_ub = %u\n", __func__, p->swath_width_luma_ub); in CalculatePrefetchSchedule()
1491 * p->swath_width_luma_ub / s->LineTime; in CalculatePrefetchSchedule()
1495 dml_print("DML::%s: swath_width_luma_ub = %u\n", __func__, p->swath_width_luma_ub); in CalculatePrefetchSchedule()
3188 dml_uint_t swath_width_luma_ub, in CalculateUrgentBurstFactor() argument
3233 …state_change_phantom_pipe ? 1024*1024 : DETBufferSizeY) / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
3270 dml_uint_t swath_width_luma_ub[], in CalculatePixelDeliveryTimes() argument
[all …]
Ddisplay_mode_core_structs.h1030 dml_uint_t swath_width_luma_ub[__DML_NUM_PLANES__]; member
1448 dml_uint_t *swath_width_luma_ub; member
1563 dml_uint_t swath_width_luma_ub; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h977 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member