Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/sun4i/
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()
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()
Dsun8i_ui_layer.c56 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local
70 vphase = state->src.y1 & 0xffff; in sun8i_ui_layer_update_coord()
86 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord()
95 dst_h, hscale, vscale, hphase, vphase); in sun8i_ui_layer_update_coord()
Dsun8i_vi_layer.c60 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local
77 vphase = state->src.y1 & 0xffff; in sun8i_vi_layer_update_coord()
95 vphase += remainder << 16; in sun8i_vi_layer_update_coord()
119 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord()
157 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
Dsun8i_ui_scaler.h41 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
Dsun8i_vi_scaler.h75 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
/linux-6.12.1/drivers/gpu/drm/meson/
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()