Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/meson/
H A Dmeson_plane.c147 int hf_phase_step, vf_phase_step; in meson_plane_atomic_update() local
283 vf_phase_step = (src_h << 20) / dst_h; in meson_plane_atomic_update()
286 bot_ini_phase = ((vf_phase_step / 2) >> 4); in meson_plane_atomic_update()
290 vf_phase_step = (vf_phase_step << 4); in meson_plane_atomic_update()
323 priv->viu.osd_sc_v_phase_step = SC_PHASE_STEP(vf_phase_step); in meson_plane_atomic_update()