Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_plane.c141 int hf_phase_step, vf_phase_step; in meson_plane_atomic_update() local
277 vf_phase_step = (src_h << 20) / dst_h; in meson_plane_atomic_update()
280 bot_ini_phase = ((vf_phase_step / 2) >> 4); in meson_plane_atomic_update()
284 vf_phase_step = (vf_phase_step << 4); in meson_plane_atomic_update()
317 priv->viu.osd_sc_v_phase_step = SC_PHASE_STEP(vf_phase_step); in meson_plane_atomic_update()