Searched refs:hphase (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 | 105 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 118 hphase = state->src.x1 & 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 125 hphase = state->src.x1 & 0xffff; in sun8i_vi_layer_update_coord() 135 hphase += 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,
|