Home
last modified time | relevance | path

Searched refs:PrefetchSourceLinesC (Results 1 – 13 of 13) 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_util_32.c1959 double PrefetchSourceLinesC[], in dml32_CalculateVMRowAndSwath()
2065 PrefetchSourceLinesC[k] = dml32_CalculatePrefetchSourceLines( in dml32_CalculateVMRowAndSwath()
2088 PrefetchSourceLinesC[k] = 0; in dml32_CalculateVMRowAndSwath()
3418 double PrefetchSourceLinesC, in dml32_CalculatePrefetchSchedule() argument
3641 + PrefetchSourceLinesC * swath_width_chroma_ub * myPipe->BytePerPixelC; in dml32_CalculatePrefetchSchedule()
3643 prefetch_sw_bytes / (dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime)); in dml32_CalculatePrefetchSchedule()
3645 min_Lsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre; in dml32_CalculatePrefetchSchedule()
3691 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, PrefetchSourceLinesC); in dml32_CalculatePrefetchSchedule()
3974 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData; in dml32_CalculatePrefetchSchedule()
3996 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, PrefetchSourceLinesC); in dml32_CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_vba_32.c514 v->PrefetchSourceLinesC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
804 v->PrefetchSourceLinesC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c116 double PrefetchSourceLinesC,
669 double PrefetchSourceLinesC, in CalculatePrefetchSchedule()
805 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
817 …ceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC * *swath_wi… in CalculatePrefetchSchedule()
870 + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) in CalculatePrefetchSchedule()
876 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
884 PrefetchSourceLinesC * *swath_width_chroma_ub * in CalculatePrefetchSchedule()
891 dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC * in CalculatePrefetchSchedule()
978 *VRatioPrefetchC = (double) PrefetchSourceLinesC in CalculatePrefetchSchedule()
1005 * (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c99 double PrefetchSourceLinesC,
762 double PrefetchSourceLinesC, in CalculatePrefetchSchedule() argument
913 Lsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC); in CalculatePrefetchSchedule()
916 …o = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_wid… in CalculatePrefetchSchedule()
972 + PrefetchSourceLinesC * swath_width_chroma_ub * v->BytePerPixelC[k]) in CalculatePrefetchSchedule()
985 PrefetchSourceLinesC * swath_width_chroma_ub * in CalculatePrefetchSchedule()
994 swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * in CalculatePrefetchSchedule()
1005 …4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_wid… in CalculatePrefetchSchedule()
1120 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
1136 …*RequiredPrefetchPixDataBWChroma = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData… in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c95 double PrefetchSourceLinesC,
478 double PrefetchSourceLinesC, in CalculatePrefetchSchedule()
598 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
602 + PrefetchSourceLinesC * SwathWidthY / 2 * dml_ceil(BytePerPixelDETC, 2)) in CalculatePrefetchSchedule()
658 + PrefetchSourceLinesC * SwathWidthY / 2 in CalculatePrefetchSchedule()
739 *VRatioPrefetchC = (double) PrefetchSourceLinesC in CalculatePrefetchSchedule()
768 + (double) PrefetchSourceLinesC in CalculatePrefetchSchedule()
1932 mode_lib->vba.PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines( in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1947 mode_lib->vba.PrefetchSourceLinesC[k] = 0; in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2131 mode_lib->vba.PrefetchSourceLinesC[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
H A Ddisplay_mode_vba_20v2.c120 double PrefetchSourceLinesC,
570 double PrefetchSourceLinesC, in CalculatePrefetchSchedule()
658 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime; in CalculatePrefetchSchedule()
662 + PrefetchSourceLinesC * SwathWidthY / 2 * dml_ceil(BytePerPixelDETC, 2)) in CalculatePrefetchSchedule()
718 + PrefetchSourceLinesC * SwathWidthY / 2 in CalculatePrefetchSchedule()
799 *VRatioPrefetchC = (double) PrefetchSourceLinesC in CalculatePrefetchSchedule()
828 + (double) PrefetchSourceLinesC in CalculatePrefetchSchedule()
1968 mode_lib->vba.PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines( in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1983 mode_lib->vba.PrefetchSourceLinesC[k] = 0; in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2165 mode_lib->vba.PrefetchSourceLinesC[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1035 dml_uint_t PrefetchSourceLinesC[__DML_NUM_PLANES__]; member
1441 dml_uint_t *PrefetchSourceLinesC; member
1617 dml_float_t PrefetchSourceLinesC; member
H A Ddisplay_mode_core.c1189 s->max_Tsw = (dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) * s->LineTime); in CalculatePrefetchSchedule()
1191 …ceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY + p->PrefetchSourceLinesC * p->swath_… in CalculatePrefetchSchedule()
1194 …s->min_Lsw_oto = dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML_MAX_VRATIO_PRE_… in CalculatePrefetchSchedule()
1238 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
1468 *p->VRatioPrefetchC = (dml_float_t)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
1486 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
1501 …*p->RequiredPrefetchPixDataBWChroma = (dml_float_t)p->PrefetchSourceLinesC / s->LinesToRequestPref… in CalculatePrefetchSchedule()
5128 p->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines ( in CalculateVMRowAndSwath()
5152 p->PrefetchSourceLinesC[k] = 0; in CalculateVMRowAndSwath()
6251 CalculatePrefetchSchedule_params->PrefetchSourceLinesC = mode_lib->ms.PrefetchLinesC[j][k]; in set_calculate_prefetch_schedule_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c144 double PrefetchSourceLinesC,
865 double PrefetchSourceLinesC,
1077 max_Tsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
1078 …fetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchSourceLinesC * swath_wid…
1081 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
1349 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData;
1370 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, PrefetchSourceLinesC);
1387 …*RequiredPrefetchPixDataBWChroma = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData…
2370 v->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines(
2387 v->PrefetchSourceLinesC[k] = 0;
[all …]
/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);
1331 *VRatioPrefetchC = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData;
1352 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, PrefetchSourceLinesC);
1369 …*RequiredPrefetchPixDataBWChroma = (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelData…
2351 v->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines(
2368 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
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2939 p->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath()
2963 p->PrefetchSourceLinesC[k] = 0; in CalculateVMRowAndSwath()
5333 …ceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY + p->PrefetchSourceLinesC * p->swath_… in CalculatePrefetchSchedule()
5344 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
5431 …s->min_Lsw_equ = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
5464 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
5804 *p->VRatioPrefetchC = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
5822 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule()
5828 …*p->RequiredPrefetchPixelDataBWChroma = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetc… in CalculatePrefetchSchedule()
7493 CalculatePrefetchSchedule_params->PrefetchSourceLinesC = mode_lib->ms.PrefetchLinesC[k]; in dml_core_ms_prefetch_check()
[all …]