Searched refs:prefetch_sw_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 3478 double prefetch_sw_bytes; in dml32_CalculatePrefetchSchedule() local 3638 prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY in dml32_CalculatePrefetchSchedule() 3641 prefetch_sw_bytes / (dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime)); in dml32_CalculatePrefetchSchedule() 3645 …Lsw_oto = dml_ceil(4.0 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1.0) / … in dml32_CalculatePrefetchSchedule() 3691 dml_print("DML::%s: prefetch_sw_bytes = %f\n", __func__, prefetch_sw_bytes); in dml32_CalculatePrefetchSchedule() 3729 if (prefetch_sw_bytes < dep_bytes) in dml32_CalculatePrefetchSchedule() 3730 prefetch_sw_bytes = 2 * dep_bytes; in dml32_CalculatePrefetchSchedule() 3748 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw); in dml32_CalculatePrefetchSchedule() 3749 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1; in dml32_CalculatePrefetchSchedule() 3761 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / in dml32_CalculatePrefetchSchedule() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 908 double prefetch_sw_bytes; local 1060 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1061 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw); 1064 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4; 1113 if (prefetch_sw_bytes < dep_bytes) 1114 prefetch_sw_bytes = 2 * dep_bytes; 1151 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw); 1152 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1; 1163 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T… 1169 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded); [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 929 double prefetch_sw_bytes; local 1081 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS… 1082 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw); 1085 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4; 1134 if (prefetch_sw_bytes < dep_bytes) 1135 prefetch_sw_bytes = 2 * dep_bytes; 1172 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw); 1173 Tsw_est1 = prefetch_sw_bytes / PrefetchBandwidth1; 1184 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T… 1190 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded); [all …]
|