Searched refs:ImmediateFlipBW (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 694 double ImmediateFlipBW[DC__NUM_DPP__MAX]; member
|
| H A D | display_mode_vba.c | 225 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 D | dml2_core_shared_types.h | 1576 double ImmediateFlipBW; member
|
| H A D | dml2_core_dcn4_calcs.c | 6636 …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 D | display_mode_core.c | 1989 dml_float_t ImmediateFlipBW = 0; // @brief The immediate flip bandwidth for this pipe in CalculateFlipSchedule() local 2006 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2.0 * DPTEBytesPerRow) * BandwidthA… in CalculateFlipSchedule() 2008 …ImmediateFlipBW = (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()
|