Searched refs:DestinationLinesForPrefetch (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/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() 845 *DestinationLinesForPrefetch = dml_min(*DestinationLinesForPrefetch, 63.75); in CalculatePrefetchSchedule() 864 if (*DestinationLinesForPrefetch > 1) { in CalculatePrefetchSchedule() 869 / (*DestinationLinesForPrefetch * LineTime - *Tno_bw); in CalculatePrefetchSchedule() 876 (*DestinationLinesForPrefetch * LineTime - *Tno_bw - 2 * in CalculatePrefetchSchedule() 884 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule() 891 (*DestinationLinesForPrefetch * LineTime - in CalculatePrefetchSchedule() [all …]
|
/Linux-v5.15/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.15/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 704 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
|
D | display_mode_vba.c | 131 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 153 double *DestinationLinesForPrefetch, 974 double *DestinationLinesForPrefetch, 1377 *DestinationLinesForPrefetch = dst_y_prefetch_oto; 1382 *DestinationLinesForPrefetch = dst_y_prefetch_equ; 1393 LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch 1398 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl… 1402 dml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *DestinationLinesForPrefetch); 1559 *DestinationLinesForPrefetch = 0; 2781 &v->DestinationLinesForPrefetch[k], 2898 if (v->DestinationLinesForPrefetch[k] < 2)
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 132 double *DestinationLinesForPrefetch, 929 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule() 1246 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule() 1251 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule() 1262 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl… in CalculatePrefetchSchedule() 1356 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule() 2565 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2679 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|