Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A 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[],
H A 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/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h423 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
769 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
1808 unsigned int *swath_width_luma_ub; member
1949 unsigned int swath_width_luma_ub; // per-pipe member
H A Ddml2_core_dcn4_calcs.c840 unsigned int swath_width_luma_ub[], // per-pipe in CalculateSwathWidth()
942swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_floor2(display_cfg->pla… in CalculateSwathWidth()
944swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_ceil2((double)SwathWidt… in CalculateSwathWidth()
946 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
963swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, math_floor2(display_cfg->pl… in CalculateSwathWidth()
965swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, math_ceil2((double)SwathWid… in CalculateSwathWidth()
967 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / Read256BytesBlockHeightY[k]; in CalculateSwathWidth()
980 DML_LOG_VERBOSE("DML::%s: k=%u swath_width_luma_ub=%u\n", __func__, k, swath_width_luma_ub[k]); in CalculateSwathWidth()
3435 unsigned int swath_width_luma_ub, in CalculateUrgentBurstFactor() argument
3467 DML_LOG_VERBOSE("DML::%s: swath_width_luma_ub = %d\n", __func__, swath_width_luma_ub); in CalculateUrgentBurstFactor()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c421 dml_uint_t swath_width_luma_ub,
463 dml_uint_t swath_width_luma_ub[],
615 dml_uint_t swath_width_luma_ub[],
1191 …s->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY… in CalculatePrefetchSchedule()
1236 dml_print("DML::%s: swath_width_luma_ub = %u\n", __func__, p->swath_width_luma_ub); in CalculatePrefetchSchedule()
1493 * p->swath_width_luma_ub / s->LineTime; in CalculatePrefetchSchedule()
1497 dml_print("DML::%s: swath_width_luma_ub = %u\n", __func__, p->swath_width_luma_ub); in CalculatePrefetchSchedule()
3201 dml_uint_t swath_width_luma_ub, in CalculateUrgentBurstFactor() argument
3246 …state_change_phantom_pipe ? 1024*1024 : DETBufferSizeY) / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
3283 dml_uint_t swath_width_luma_ub[], in CalculatePixelDeliveryTimes() argument
[all …]
H A Ddisplay_mode_core_structs.h1087 dml_uint_t swath_width_luma_ub[__DML_NUM_PLANES__]; member
1505 dml_uint_t *swath_width_luma_ub; member
1620 dml_uint_t swath_width_luma_ub; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h977 unsigned int swath_width_luma_ub[DC__NUM_DPP__MAX]; member