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()
71 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
205 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
208 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
384 unsigned int zpos = plane->state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
395 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
401 true, zpos, old_zpos); in sun8i_vi_layer_atomic_update()