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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_mode.c226 black_level = round_fixed(norm->black_level*26625)/gain;
245 subc_inc = round_fixed((mode->subc_coeff >> 8)
357 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale)
363 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale)
H A Dch7006_priv.h165 static inline int32_t round_fixed(fixed x) function

Completed in 116 milliseconds