Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_plane.c67 static inline int64_t fixed16_to_int(int64_t value) in fixed16_to_int() function
153 priv->viu.osd1_blk0_cfg[1] = ((fixed16_to_int(src.x2) - 1) << 16) | in meson_plane_atomic_update()
154 fixed16_to_int(src.x1); in meson_plane_atomic_update()
155 priv->viu.osd1_blk0_cfg[2] = ((fixed16_to_int(src.y2) - 1) << 16) | in meson_plane_atomic_update()
156 fixed16_to_int(src.y1); in meson_plane_atomic_update()