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

/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dch7006_mode.c221 black_level = round_fixed(norm->black_level*26625)/gain; ch7006_setup_levels()
240 subc_inc = round_fixed((mode->subc_coeff >> 8) ch7006_setup_subcarrier()
352 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) ch7006_setup_properties()
358 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale) ch7006_setup_properties()
H A Dch7006_priv.h163 static inline int32_t round_fixed(fixed x) round_fixed() function

Completed in 123 milliseconds