Home
last modified time | relevance | path

Searched refs:round_pt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h83 const double round_pt = 0.5; in dml_round() local
85 return dml_floor(a + round_pt, 1); in dml_round()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c185 double round_pt = 0.5; in dml_round() local
189 if (val - floor >= round_pt) in dml_round()