Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
A Dsun8i_vi_scaler.c928 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument
938 vphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup()
952 cvphase = (vphase >> 1) - in sun8i_vi_scaler_setup()
956 cvphase = vphase; in sun8i_vi_scaler_setup()
982 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.c104 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local
118 vphase = state->src.y1 & 0xffff; in sun8i_ui_layer_update_coord()
164 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord()
173 dst_h, hscale, vscale, hphase, vphase); in sun8i_ui_layer_update_coord()
A Dsun8i_vi_layer.c108 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local
125 vphase = state->src.y1 & 0xffff; in sun8i_vi_layer_update_coord()
143 vphase += remainder << 16; in sun8i_vi_layer_update_coord()
167 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord()
205 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,
/linux/drivers/gpu/drm/meson/
A Dmeson_overlay.c240 int vphase, vphase_repeat_skip; in meson_overlay_setup_scaler_params() local
282 meson_overlay_get_vertical_phase(ratio_y, &vphase, &vphase_repeat_skip, in meson_overlay_setup_scaler_params()
285 DRM_DEBUG("vphase 0x%x skip %d\n", vphase, vphase_repeat_skip); in meson_overlay_setup_scaler_params()
388 priv->viu.vpp_vsc_ini_phase = vphase << 8; in meson_overlay_setup_scaler_params()
/linux/drivers/media/usb/cpia2/
A Dcpia2.h291 u8 vphase; member

Completed in 32 milliseconds