Lines Matching refs:zpos
21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument
41 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable()
54 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable()
60 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
64 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
101 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
235 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
238 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
416 unsigned int zpos = new_state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
427 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
435 true, zpos, old_zpos); in sun8i_vi_layer_atomic_update()