Searched refs:vm_transfer_time (Results 1 – 1 of 1) sorted by relevance
3181 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw1; in dcn5_calculate_prefetch_schedule() local3183 DML_LOG_VERBOSE("DML::%s: Case1: vm_transfer_time = %f\n", __func__, vm_transfer_time); in dcn5_calculate_prefetch_schedule()3185 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in dcn5_calculate_prefetch_schedule()3195 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw2; in dcn5_calculate_prefetch_schedule() local3197 DML_LOG_VERBOSE("DML::%s: Case2: vm_transfer_time = %f\n", __func__, vm_transfer_time); in dcn5_calculate_prefetch_schedule()3199 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time < s->Tr0_trips_rounded) { in dcn5_calculate_prefetch_schedule()3208 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw3; in dcn5_calculate_prefetch_schedule() local3210 DML_LOG_VERBOSE("DML::%s: Case3: vm_transfer_time = %f\n", __func__, vm_transfer_time); in dcn5_calculate_prefetch_schedule()3212 if (vm_transfer_time < s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in dcn5_calculate_prefetch_schedule()