Searched refs:hphase (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/sun4i/ |
| A D | sun8i_vi_scaler.c | 930 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument 939 hphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup() 953 chphase = hphase >> 1; in sun8i_vi_scaler_setup() 957 chphase = hphase; in sun8i_vi_scaler_setup() 982 SUN8I_SCALER_VSU_YHPHASE(base), hphase); in sun8i_vi_scaler_setup()
|
| A 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()
|
| A D | sun8i_ui_layer.c | 58 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 72 hphase = state->src.x1 & 0xffff; in sun8i_ui_layer_update_coord() 89 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord() 100 hphase, vphase, in sun8i_ui_layer_update_coord() 106 hphase, vphase); in sun8i_ui_layer_update_coord()
|
| A D | sun8i_vi_layer.c | 61 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local 78 hphase = state->src.x1 & 0xffff; in sun8i_vi_layer_update_coord() 88 hphase += remainder << 16; in sun8i_vi_layer_update_coord() 121 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord() 159 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
|
| A D | sun8i_ui_scaler.h | 41 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
|
| A D | sun8i_vi_scaler.h | 75 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
|
Completed in 11 milliseconds