Searched refs:DestinationLinesForPrefetch (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 128 double *DestinationLinesForPrefetch, 681 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule() 840 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule() 842 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule() 861 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule() 866 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule() 873 (*DestinationLinesForPrefetch * LineTime - *Tno_bw - 2 * in CalculatePrefetchSchedule() 881 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule() 888 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule() 893 …MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (*DestinationLinesForPrefetch - dml_c… in CalculatePrefetchSchedule() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 108 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 …]
|
D | display_mode_vba_20v2.c | 133 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-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 697 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
|
D | display_mode_vba.c | 127 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 131 double *DestinationLinesForPrefetch, 928 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule() 1245 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule() 1250 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule() 1261 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl… in CalculatePrefetchSchedule() 1355 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule() 2564 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2678 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|