Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4() function
64 return dml_max(dml_max4(a, b, c, d), e); in dml_max5()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.h45 __DML_DLL_EXPORT__ dml_float_t dml_max4(dml_float_t a, dml_float_t b, dml_float_t c, dml_float_t d);
H A Ddisplay_mode_util.c161 dml_float_t dml_max4(dml_float_t a, dml_float_t b, dml_float_t c, dml_float_t d) in dml_max4() function
167 return dml_max(dml_max4(a, b, c, d), e); in dml_max5()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1085 …Tr0_oto = dml_max4((MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_ot…
1253 Tr0_equ = dml_max4(
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1368 v->MinTTUVBlank[k] = dml_max4(v->Watermark.DRAMClockChangeWatermark, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()