Searched refs:vphase (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun8i_vi_scaler.c | 928 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()
|
D | sun8i_ui_scaler.c | 150 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()
|
D | sun8i_ui_layer.c | 105 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 119 vphase = state->src.y1 & 0xffff; in sun8i_ui_layer_update_coord() 135 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord() 144 dst_h, hscale, vscale, hphase, vphase); in sun8i_ui_layer_update_coord()
|
D | sun8i_vi_layer.c | 109 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local 126 vphase = state->src.y1 & 0xffff; in sun8i_vi_layer_update_coord() 144 vphase += remainder << 16; in sun8i_vi_layer_update_coord() 168 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord() 206 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
|
D | sun8i_ui_scaler.h | 41 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
|
D | sun8i_vi_scaler.h | 75 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
|
/linux-6.1.9/drivers/gpu/drm/meson/ |
D | meson_overlay.c | 241 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()
|
/linux-6.1.9/drivers/staging/media/deprecated/cpia2/ |
D | cpia2.h | 291 u8 vphase; member
|