Searched refs:hphase (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun8i_vi_scaler.c | 928 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument 937 hphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup() 951 chphase = hphase >> 1; in sun8i_vi_scaler_setup() 955 chphase = hphase; in sun8i_vi_scaler_setup() 980 SUN8I_SCALER_VSU_YHPHASE(base), hphase); 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 161 hphase <<= SUN8I_UI_SCALER_PHASE_FRAC - 16; in sun8i_ui_scaler_setup() 178 SUN8I_SCALER_GSU_HPHASE(base), hphase); in sun8i_ui_scaler_setup()
|
D | sun8i_ui_layer.c | 56 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 69 hphase = state->src.x1 & 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()
|
D | sun8i_vi_layer.c | 60 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local 76 hphase = state->src.x1 & 0xffff; in sun8i_vi_layer_update_coord() 86 hphase += 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()
|
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,
|