Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_plane.c114 int hf_phase_step, vf_phase_step; in meson_plane_atomic_update() local
218 vf_phase_step = (src_h << 20) / dst_h; in meson_plane_atomic_update()
221 bot_ini_phase = ((vf_phase_step / 2) >> 4); in meson_plane_atomic_update()
225 vf_phase_step = (vf_phase_step << 4); in meson_plane_atomic_update()
258 priv->viu.osd_sc_v_phase_step = SC_PHASE_STEP(vf_phase_step); in meson_plane_atomic_update()