Home
last modified time | relevance | path

Searched refs:dst_y_per_vm_no_trip_vblank (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1197 double dst_y_per_vm_no_trip_vblank; member
Ddml2_core_dcn4_calcs.c5625 s->dst_y_per_vm_no_trip_vblank = math_ceil2(4.0 * s->Tvm_no_trip_oto / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
5637 s->dst_y_per_vm_no_trip_vblank = *p->dst_y_per_vm_vblank; in CalculatePrefetchSchedule()
5766 } else if (s->dst_y_per_vm_no_trip_vblank > 0) { in CalculatePrefetchSchedule()
5772 …prefetch_vm_bw = vm_bytes * p->HostVMInefficiencyFactor / (s->dst_y_per_vm_no_trip_vblank * s->Lin… in CalculatePrefetchSchedule()