Searched refs:ImmediateFlipBW (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn5_calcs_dchub.c | 4119 …l->ImmediateFlipBW = (double)per_pipe_flip_bytes * BandwidthAvailableForImmediateFlip / (double)To… in dcn5_calculate_flip_schedule() 4122 DML_LOG_VERBOSE("DML::%s: ImmediateFlipBW = %f\n", __func__, l->ImmediateFlipBW); in dcn5_calculate_flip_schedule() 4124 if (l->ImmediateFlipBW == 0) { in dcn5_calculate_flip_schedule() 4129 Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, in dcn5_calculate_flip_schedule() 4133 (l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, in dcn5_calculate_flip_schedule() 4138 …n", __func__, Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, Tvm_trips_fl… in dcn5_calculate_flip_schedule() 4139 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, Tr0_trips_fl… in dcn5_calculate_flip_schedule()
|
| H A D | dml2_core_shared_types.h | 1650 double ImmediateFlipBW; member
|
| H A D | dml2_core_dcn6_calcs_dchub.c | 638 …n", __func__, Tno_bw_flip + vm_bytes * HostVMInefficiencyFactor / l->ImmediateFlipBW, Tvm_trips_fl… in dcn6_calculate_flip_schedule()
|