Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.c69 double math_max3(double v1, double v2, double v3) in math_max3() function
76 return v4 > math_max3(v1, v2, v3) ? v4 : math_max3(v1, v2, v3); in math_max4()
81 return math_max3(v1, v2, v3) > math_max2(v4, v5) ? math_max3(v1, v2, v3) : math_max2(v4, v5); in math_max5()
H A Dlib_float_math.h15 double math_max3(double v1, double v2, double v3);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c794 …DPPCLKUsingSingleDPPLuma = PixelClock * math_max3(VTaps / 6 * math_min2(1, HRatio), HRatio * VRati… in CalculateSinglePipeDPPCLKAndSCLThroughput()
808 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput()
3206 …urgent_latency = math_max3(UrgentLatencyPixelDataOnly, UrgentLatencyPixelMixedWithVMData, UrgentLa… in CalculateUrgentLatency()
4468 return math_max3(DISPCLK_H, DISPCLK_V, DISPCLK_HB); in CalculateWriteBackDISPCLK()
5291 …s->Tvm_trips_rounded = math_max2(s->LineTime * math_ceil2(4.0*math_max3(p->ExtraLatencyPrefetch, p… in CalculatePrefetchSchedule()
5370 s->prefetch_bw_oto = math_max3(s->prefetch_bw_oto, in CalculatePrefetchSchedule()
5387 s->Tvm_oto = math_max3( in CalculatePrefetchSchedule()
5402 s->Tr0_oto = math_max3( in CalculatePrefetchSchedule()
5685 s->prefetch_bw_equ = math_max3(s->prefetch_bw_equ, in CalculatePrefetchSchedule()
5697 …s->Tvm_equ = math_max3(*p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw_equ, *… in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c262 …pll_frequency_khz = (unsigned long) math_max2(600000, math_ceil2(math_max3(dispclk_khz, dpprefclk_… in round_to_non_dfs_granularity()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1699 …(unsigned int)math_max3(ip_caps->fams2.subvp_programming_delay_us, ip_caps->fams2.drr_programming_… in build_pstate_meta_per_stream()