Lines Matching refs:zpos
22 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument
42 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable()
55 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable()
61 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
65 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
102 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
236 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
239 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
417 unsigned int zpos = new_state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
428 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
436 true, zpos, old_zpos); in sun8i_vi_layer_atomic_update()