Searched refs:dst_y_prefetch_equ (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| D | display_mode_vba_30.c | 950 double dst_y_prefetch_equ = 0; in CalculatePrefetchSchedule() local 1072 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime in CalculatePrefetchSchedule() 1098 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule() 1099 Tpre_rounded = dst_y_prefetch_equ * LineTime; in CalculatePrefetchSchedule() 1102 dml_print("DML: dst_y_prefetch_equ: %f\n", dst_y_prefetch_equ); in CalculatePrefetchSchedule() 1124 if (dst_y_prefetch_equ > 1) { in CalculatePrefetchSchedule() 1245 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in CalculatePrefetchSchedule() 1251 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| D | display_mode_vba_31.c | 996 double dst_y_prefetch_equ; local 1215 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft… 1216 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; 1217 Tpre_rounded = dst_y_prefetch_equ * LineTime; 1229 dml_print("DML: dst_y_prefetch_equ: %f (after round)\n", dst_y_prefetch_equ); 1251 if (dst_y_prefetch_equ > 1) { 1376 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { 1382 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_mode_vba_21.c | 702 double dst_y_prefetch_equ; in CalculatePrefetchSchedule() local 801 dst_y_prefetch_equ = VStartup - dml_max(TCalc + TWait, XFCRemoteSurfaceFlipDelay) / LineTime in CalculatePrefetchSchedule() 837 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule() 839 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule() 842 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_mode_vba_20.c | 508 double dst_y_prefetch_equ; in CalculatePrefetchSchedule() local 594 dst_y_prefetch_equ = VStartup - dml_max(TCalc + TWait, XFCRemoteSurfaceFlipDelay) / LineTime in CalculatePrefetchSchedule() 629 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule() 632 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|
| D | display_mode_vba_20v2.c | 598 double dst_y_prefetch_equ; in CalculatePrefetchSchedule() local 654 dst_y_prefetch_equ = VStartup - dml_max(TCalc + TWait, XFCRemoteSurfaceFlipDelay) / LineTime in CalculatePrefetchSchedule() 689 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule() 692 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|