Searched refs:impacted_dst_y_pre (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 1155 double impacted_dst_y_pre[DML2_MAX_PLANES]; 1246 double impacted_dst_y_pre[DML2_MAX_PLANES]; 1976 double impacted_dst_y_pre; 2039 double *impacted_dst_y_pre; 1154 double impacted_dst_y_pre[DML2_MAX_PLANES]; global() member 1245 double impacted_dst_y_pre[DML2_MAX_PLANES]; global() member 1973 double impacted_dst_y_pre; global() member 2036 double *impacted_dst_y_pre; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 5466 DML_LOG_VERBOSE("DML::%s: impacted_Tpre = %f\n", __func__, p->impacted_dst_y_pre); in CalculatePrefetchSchedule() 5467 if (p->impacted_dst_y_pre > 0) { in CalculatePrefetchSchedule() 5469 s->dst_y_prefetch_oto = math_max2(s->dst_y_prefetch_oto, p->impacted_dst_y_pre); in CalculatePrefetchSchedule() 5488 s->dst_y_prefetch_equ_impacted = math_max2(p->impacted_dst_y_pre, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule() 6114 p->impacted_dst_y_pre[i] = s->accumulated_return_path_dcfclk_cycles[k]/p->estimated_dcfclk_mhz; in CheckGlobalPrefetchAdmissibility() 6115 p->impacted_dst_y_pre[i] += calculate_impacted_Tsw(k, p->num_active_planes, p->prefetch_sw_bytes, p->estimated_urg_bandwidth_required_mbps); in CheckGlobalPrefetchAdmissibility() 6116 p->impacted_dst_y_pre[i] = math_ceil2(p->impacted_dst_y_pre[i] / p->line_time[i], 0.25); in CheckGlobalPrefetchAdmissibility() 6119 DML_LOG_VERBOSE("DML::%s: i=%u impacted_Tpre=%f (k=%u)\n", __func__, i, p->impacted_dst_y_pre[i], k); in CheckGlobalPrefetchAdmissibility() 6125 if (p->impacted_dst_y_pre[ in calculate_peak_bandwidth_required() [all...] |