Home
last modified time | relevance | path

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

/drivers/gpu/drm/i2c/
Dch7006_mode.c220 black_level = round_fixed(norm->black_level*26625)/gain; in ch7006_setup_levels()
239 subc_inc = round_fixed((mode->subc_coeff >> 8) in ch7006_setup_subcarrier()
351 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties()
357 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale) in ch7006_setup_properties()
Dch7006_priv.h163 static inline int32_t round_fixed(fixed x) in round_fixed() function