Home
last modified time | relevance | path

Searched refs:ImmediateFlipBW (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h694 double ImmediateFlipBW[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c225 immediate_flip_bw += mode_lib->vba.ImmediateFlipBW[k]; in get_total_immediate_flip_bw()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1370 double ImmediateFlipBW; member
H A Ddml2_core_shared.c8649 …l->ImmediateFlipBW = (double)per_pipe_flip_bytes * BandwidthAvailableForImmediateFlip / (double)To… in CalculateFlipSchedule()
8654 dml2_printf("DML::%s: ImmediateFlipBW = %f\n", __func__, l->ImmediateFlipBW); in CalculateFlipSchedule()
8656 if (l->ImmediateFlipBW == 0) { in CalculateFlipSchedule()
8661 Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, in CalculateFlipSchedule()
8665 (l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, in CalculateFlipSchedule()
8672 …n", __func__, Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, Tvm_trips_fl… in CalculateFlipSchedule()
8673 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, Tr0_trips_fl… in CalculateFlipSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c3496 double ImmediateFlipBW = 1.0; local
3506ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * v->BandwidthAvai…
3511 v->Tno_bw[k] + PDEAndMetaPTEBytesPerFrame * HostVMInefficiencyFactor / ImmediateFlipBW,
3521 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW,