Home
last modified time | relevance | path

Searched refs:DestinationLinesForPrefetch (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c128 double *DestinationLinesForPrefetch,
681 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
842 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
844 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
847 *DestinationLinesForPrefetch = dml_min(*DestinationLinesForPrefetch, 63.75); in CalculatePrefetchSchedule()
866 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
886 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
893 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule()
1056 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2210 &locals->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c108 double *DestinationLinesForPrefetch,
491 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
630 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
632 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
634 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
654 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
660 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
708 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
792 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2147 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
A Ddisplay_mode_vba_20v2.c133 double *DestinationLinesForPrefetch,
583 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
690 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
692 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
694 *DestinationLinesForPrefetch = dml_floor(4.0 * (*DestinationLinesForPrefetch + 0.125), 1) in CalculatePrefetchSchedule()
714 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule()
720 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule()
768 *DestinationLinesForPrefetch in CalculatePrefetchSchedule()
852 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2181 &mode_lib->vba.DestinationLinesForPrefetch[k], in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_util_32.h753 double *DestinationLinesForPrefetch,
A Ddisplay_mode_vba_util_32.c3433 double *DestinationLinesForPrefetch, in dml32_CalculatePrefetchSchedule()
3888 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in dml32_CalculatePrefetchSchedule()
3890 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
3896 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in dml32_CalculatePrefetchSchedule()
3907 LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - in dml32_CalculatePrefetchSchedule()
3911 dml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *DestinationLinesForPrefetch); in dml32_CalculatePrefetchSchedule()
4084 *DestinationLinesForPrefetch = 0; in dml32_CalculatePrefetchSchedule()
A Ddisplay_mode_vba_32.c818 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
896 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c147 double *DestinationLinesForPrefetch,
858 double *DestinationLinesForPrefetch,
1269 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
1274 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
1285 LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch
1290 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl…
1294 dml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *DestinationLinesForPrefetch);
1451 *DestinationLinesForPrefetch = 0;
2675 &v->DestinationLinesForPrefetch[k],
2792 if (v->DestinationLinesForPrefetch[k] < 2)
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c159 double *DestinationLinesForPrefetch,
880 double *DestinationLinesForPrefetch,
1291 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
1296 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
1307 LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch
1312 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl…
1316 dml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *DestinationLinesForPrefetch);
1472 *DestinationLinesForPrefetch = 0;
2697 &v->DestinationLinesForPrefetch[k],
2814 if (v->DestinationLinesForPrefetch[k] < 2)
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c132 double *DestinationLinesForPrefetch,
863 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
1180 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
1185 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
1196 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl… in CalculatePrefetchSchedule()
1290 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2502 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2616 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h922 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
A Ddisplay_mode_vba.c149 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);

Completed in 93 milliseconds