Home
last modified time | relevance | path

Searched refs:math_max5 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.h17 double math_max5(double v1, double v2, double v3, double v4, double v5);
H A Dlib_float_math.c79 double math_max5(double v1, double v2, double v3, double v4, double v5) in math_max5() function
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4992 …surface_required_bw[k] = math_max5(l->vm_row_bw, l->flip_and_active_bw, l->flip_and_prefetch_bw, l… in get_urgent_bandwidth_required()