Searched refs:vphase (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_vi_scaler.c | 915 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument 922 vphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup() 936 cvphase = (vphase >> 1) - in sun8i_vi_scaler_setup() 940 cvphase = vphase; in sun8i_vi_scaler_setup() 954 SUN8I_SCALER_VSU_YVPHASE(layer), vphase); in sun8i_vi_scaler_setup()
|
D | sun8i_ui_scaler.c | 135 u32 hscale, u32 vscale, u32 hphase, u32 vphase) in sun8i_ui_scaler_setup() argument 145 vphase <<= SUN8I_UI_SCALER_PHASE_FRAC - 16; in sun8i_ui_scaler_setup() 165 SUN8I_SCALER_GSU_VPHASE(vi_cnt, layer), vphase); in sun8i_ui_scaler_setup()
|
D | sun8i_vi_layer.c | 76 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local 88 vphase = state->src.y1 & 0xffff; in sun8i_vi_layer_update_coord() 106 vphase += remainder << 16; in sun8i_vi_layer_update_coord() 130 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord() 139 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
|
D | sun8i_ui_layer.c | 81 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 92 vphase = state->src.y1 & 0xffff; in sun8i_ui_layer_update_coord() 138 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord() 147 dst_h, hscale, vscale, hphase, vphase); in sun8i_ui_layer_update_coord()
|
D | sun8i_ui_scaler.h | 47 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
|
D | sun8i_vi_scaler.h | 55 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
|
/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2.h | 300 u8 vphase; member
|