Searched refs:math_max2 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
| A D | lib_float_math.c | 38 double math_max2(const double arg1, const double arg2) in math_max2() function 71 return v3 > math_max2(v1, v2) ? v3 : math_max2(v1, v2); in math_max3() 81 return math_max3(v1, v2, v3) > math_max2(v4, v5) ? math_max3(v1, v2, v3) : math_max2(v4, v5); in math_max5()
|
| A D | lib_float_math.h | 10 double math_max2(const double arg1, const double arg2);
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_dcn4_calcs.c | 4431 return math_max2(PixelClock / 4.0 * OutputBpp / 24.0, 25.0); in RequiredDTBCLK() 4737 double t_urg_trip = math_max2(UrgentLatency, Ttrip); in CalculateTWait() 5285 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule() 5289 s->min_Lsw_equ = math_max2(s->min_Lsw_equ, 2.0); in CalculatePrefetchSchedule() 5305 s->Tvm_no_trip_oto = math_max2( in CalculatePrefetchSchedule() 5308 s->Tvm_oto = math_max2( in CalculatePrefetchSchedule() 5322 s->Tr0_no_trip_oto = math_max2( in CalculatePrefetchSchedule() 5325 s->Tr0_oto = math_max2( in CalculatePrefetchSchedule() 5671 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, 1.0); in CalculatePrefetchSchedule() 5679 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, in CalculatePrefetchSchedule() [all …]
|
| A D | dml2_core_shared.c | 6931 return math_max2(PixelClock / 4.0 * OutputBpp / 24.0, 25.0); in RequiredDTBCLK() 7264 double t_urg_trip = math_max2(UrgentLatency, Ttrip); in CalculateTWait() 7622 *p->Tr0_trips = math_max2(*p->Tr0_trips_flip, p->tdlut_opt_time / 2); in CalculatePrefetchSchedule() 7710 s->Tvm_trips_rounded = math_max2(s->Tvm_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 7720 s->Tr0_trips_rounded = math_max2(s->Tr0_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 7754 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule() 8068 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, 1.0); in CalculatePrefetchSchedule() 8076 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, in CalculatePrefetchSchedule() 8091 *p->VRatioPrefetchC = math_max2(*p->VRatioPrefetchC, 1.0); in CalculatePrefetchSchedule() 8193 *p->prefetch_vmrow_bw = math_max2(prefetch_vm_bw, prefetch_row_bw); in CalculatePrefetchSchedule() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/ |
| A D | dml2_dpmm_dcn4.c | 211 …pll_frequency_khz = (unsigned long) math_max2(600000, math_ceil2(math_max3(dispclk_khz, dpprefclk_… in round_to_non_dfs_granularity() 576 …dispclk_khz = math_max2(dispclk_khz, mode_support_result->global.dispclk_khz * (1 + in_out->soc_bb… in map_mode_to_soc_dpm()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
| A D | dml2_pmo_dcn4_fams2.c | 1627 math_max2(0.0, in build_fams2_meta_per_stream() 1914 …plane->overrides.reserved_vblank_time_ns = (long)math_max2(pmo->soc_bb->power_management_parameter… in setup_planes_for_vblank_by_mask() 2237 …(long)math_max2(pmo->scratch.pmo_dcn4.optimal_vblank_reserved_time_for_stutter_us[pmo->scratch.pmo… in pmo_dcn4_fams2_optimize_for_stutter()
|
Completed in 65 milliseconds