Searched refs:dst_y_prefetch_equ (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ ! |
D | display_mode_vba_util_32.c | 3453 double dst_y_prefetch_equ; in dml32_CalculatePrefetchSchedule() local 3675 dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - in dml32_CalculatePrefetchSchedule() 3678 dst_y_prefetch_equ = dml_min(dst_y_prefetch_equ, __DML_VBA_MAX_DST_Y_PRE__); in dml32_CalculatePrefetchSchedule() 3706 dml_print("DML::%s: dst_y_prefetch_equ = %f\n", __func__, dst_y_prefetch_equ); in dml32_CalculatePrefetchSchedule() 3709 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; in dml32_CalculatePrefetchSchedule() 3710 Tpre_rounded = dst_y_prefetch_equ * LineTime; in dml32_CalculatePrefetchSchedule() 3712 dml_print("DML::%s: dst_y_prefetch_equ: %f (after round)\n", __func__, dst_y_prefetch_equ); in dml32_CalculatePrefetchSchedule() 3738 if (dst_y_prefetch_equ > 1 && in dml32_CalculatePrefetchSchedule() 3739 (Tpre_rounded >= TPreReq || dst_y_prefetch_equ == __DML_VBA_MAX_DST_Y_PRE__)) { in dml32_CalculatePrefetchSchedule() 3884 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in dml32_CalculatePrefetchSchedule() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ ! |
D | display_mode_vba_30.c | 881 double dst_y_prefetch_equ = 0; in CalculatePrefetchSchedule() local 1003 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime in CalculatePrefetchSchedule() 1029 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule() 1030 Tpre_rounded = dst_y_prefetch_equ * LineTime; in CalculatePrefetchSchedule() 1033 dml_print("DML: dst_y_prefetch_equ: %f\n", dst_y_prefetch_equ); in CalculatePrefetchSchedule() 1055 if (dst_y_prefetch_equ > 1) { in CalculatePrefetchSchedule() 1176 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in CalculatePrefetchSchedule() 1182 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ ! |
D | display_mode_vba_31.c | 880 double dst_y_prefetch_equ; local 1107 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft… 1108 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; 1109 Tpre_rounded = dst_y_prefetch_equ * LineTime; 1121 dml_print("DML: dst_y_prefetch_equ: %f (after round)\n", dst_y_prefetch_equ); 1143 if (dst_y_prefetch_equ > 1) { 1268 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { 1274 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ ! |
D | display_mode_vba_314.c | 901 double dst_y_prefetch_equ; local 1128 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft… 1129 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; 1130 Tpre_rounded = dst_y_prefetch_equ * LineTime; 1142 dml_print("DML: dst_y_prefetch_equ: %f (after round)\n", dst_y_prefetch_equ); 1164 if (dst_y_prefetch_equ > 1) { 1289 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { 1295 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
|
/linux-6.6.21/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() 839 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule() 841 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule() 844 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
|
/linux-6.6.21/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()
|