Searched refs:dml_max4 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 57 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 D | display_mode_util.h | 45 __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 D | display_mode_util.c | 161 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 D | display_mode_vba_31.c | 1085 …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 D | display_mode_vba_32.c | 1368 v->MinTTUVBlank[k] = dml_max4(v->Watermark.DRAMClockChangeWatermark, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|