Searched refs:vphase (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_vi_scaler.c | 931 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument 941 vphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup() 955 cvphase = (vphase >> 1) - in sun8i_vi_scaler_setup() 959 cvphase = vphase; in sun8i_vi_scaler_setup() 985 SUN8I_SCALER_VSU_YVPHASE(base), vphase); in sun8i_vi_scaler_setup()
|
| H A D | sun8i_ui_scaler.c | 147 u32 hscale, u32 vscale, u32 hphase, u32 vphase) in sun8i_ui_scaler_setup() argument 156 vphase <<= SUN8I_UI_SCALER_PHASE_FRAC - 16; in sun8i_ui_scaler_setup() 174 SUN8I_SCALER_GSU_VPHASE(base), vphase); in sun8i_ui_scaler_setup()
|
| H A D | sun8i_ui_scaler.h | 41 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
|
| H A D | sun8i_vi_scaler.h | 77 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_overlay.c | 242 int vphase, vphase_repeat_skip; in meson_overlay_setup_scaler_params() local 284 meson_overlay_get_vertical_phase(ratio_y, &vphase, &vphase_repeat_skip, in meson_overlay_setup_scaler_params() 287 DRM_DEBUG("vphase 0x%x skip %d\n", vphase, vphase_repeat_skip); in meson_overlay_setup_scaler_params() 390 priv->viu.vpp_vsc_ini_phase = vphase << 8; in meson_overlay_setup_scaler_params()
|