Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h418 double PrefetchSourceLinesC[],
740 double PrefetchSourceLinesC,
H A Ddisplay_mode_vba_32.c514 v->PrefetchSourceLinesC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
804 v->PrefetchSourceLinesC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h581 unsigned int PrefetchSourceLinesC[DML2_MAX_PLANES]; member
1146 unsigned int *PrefetchSourceLinesC; member
1727 double PrefetchSourceLinesC; member
H A Ddml2_core_shared.c1729 CalculateVMRowAndSwath_params->PrefetchSourceLinesC = mode_lib->ms.PrefetchLinesC; in dml2_core_shared_mode_support()
2350 CalculatePrefetchSchedule_params->PrefetchSourceLinesC = mode_lib->ms.PrefetchLinesC[k]; in dml2_core_shared_mode_support()
5630 p->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath()
5654 p->PrefetchSourceLinesC[k] = 0; in CalculateVMRowAndSwath()
7746 s->max_Tsw = (math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) * s->LineTime); in CalculatePrefetchSchedule()
7748 …ceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY + p->PrefetchSourceLinesC * p->swath_… in CalculatePrefetchSchedule()
7753 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
7820 dml2_printf("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
8090 *p->VRatioPrefetchC = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
8108 dml2_printf("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h978 dml_uint_t PrefetchSourceLinesC[__DML_NUM_PLANES__]; member
1384 dml_uint_t *PrefetchSourceLinesC; member
1560 dml_float_t PrefetchSourceLinesC; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c135 double PrefetchSourceLinesC,
847 double PrefetchSourceLinesC,
1059 max_Tsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
1060 …fetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchSourceLinesC * swath_wid…
1063 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
1330 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData;
1351 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, PrefetchSourceLinesC);
1368 …*RequiredPrefetchPixDataBWChroma = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData…
2350 v->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines(
2367 v->PrefetchSourceLinesC[k] = 0;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h944 double PrefetchSourceLinesC[DC__NUM_DPP__MAX]; member