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_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1576 double ImmediateFlipBW; member
H A Ddml2_core_dcn4_calcs.c6636 …l->ImmediateFlipBW = (double)per_pipe_flip_bytes * BandwidthAvailableForImmediateFlip / (double)To… in CalculateFlipSchedule()
6641 DML_LOG_VERBOSE("DML::%s: ImmediateFlipBW = %f\n", __func__, l->ImmediateFlipBW); in CalculateFlipSchedule()
6644 if (l->ImmediateFlipBW == 0) { in CalculateFlipSchedule()
6649 Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, in CalculateFlipSchedule()
6653 (l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, in CalculateFlipSchedule()
6660 …n", __func__, Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, Tvm_trips_fl… in CalculateFlipSchedule()
6661 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, Tr0_trips_fl… in CalculateFlipSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1989 dml_float_t ImmediateFlipBW = 0; // @brief The immediate flip bandwidth for this pipe in CalculateFlipSchedule() local
2006ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2.0 * DPTEBytesPerRow) * BandwidthA… in CalculateFlipSchedule()
2008ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailab… in CalculateFlipSchedule()
2011 …teFlip = dml_max3(Tno_bw + PDEAndMetaPTEBytesPerFrame * HostVMInefficiencyFactor / ImmediateFlipBW, in CalculateFlipSchedule()
2018 …l_max3((MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW, UrgentLatenc… in CalculateFlipSchedule()
2074 dml_print("DML::%s: ImmediateFlipBW = %f\n", __func__, ImmediateFlipBW); in CalculateFlipSchedule()