Home
last modified time | relevance | path

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

/drivers/gpu/drm/sun4i/
A Dsun8i_vi_scaler.c930 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument
940 vphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup()
954 cvphase = (vphase >> 1) - in sun8i_vi_scaler_setup()
958 cvphase = vphase; in sun8i_vi_scaler_setup()
984 SUN8I_SCALER_VSU_YVPHASE(base), vphase); in sun8i_vi_scaler_setup()
A Dsun8i_ui_scaler.c150 u32 hscale, u32 vscale, u32 hphase, u32 vphase) in sun8i_ui_scaler_setup() argument
162 vphase <<= SUN8I_UI_SCALER_PHASE_FRAC - 16; in sun8i_ui_scaler_setup()
180 SUN8I_SCALER_GSU_VPHASE(base), vphase); in sun8i_ui_scaler_setup()
A Dsun8i_ui_layer.c58 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local
73 vphase = state->src.y1 & 0xffff; in sun8i_ui_layer_update_coord()
89 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord()
100 hphase, vphase, in sun8i_ui_layer_update_coord()
106 hphase, vphase); in sun8i_ui_layer_update_coord()
A Dsun8i_vi_layer.c61 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local
79 vphase = state->src.y1 & 0xffff; in sun8i_vi_layer_update_coord()
97 vphase += remainder << 16; in sun8i_vi_layer_update_coord()
121 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord()
159 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
A Dsun8i_ui_scaler.h41 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
A Dsun8i_vi_scaler.h75 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
/drivers/gpu/drm/meson/
A Dmeson_overlay.c241 int vphase, vphase_repeat_skip; in meson_overlay_setup_scaler_params() local
283 meson_overlay_get_vertical_phase(ratio_y, &vphase, &vphase_repeat_skip, in meson_overlay_setup_scaler_params()
286 DRM_DEBUG("vphase 0x%x skip %d\n", vphase, vphase_repeat_skip); in meson_overlay_setup_scaler_params()
389 priv->viu.vpp_vsc_ini_phase = vphase << 8; in meson_overlay_setup_scaler_params()

Completed in 13 milliseconds