Lines Matching refs:zpos
24 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()
59 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
63 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
70 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
152 SUN8I_MIXER_BLEND_ATTR_COORD(zpos), in sun8i_vi_layer_update_coord()
155 SUN8I_MIXER_BLEND_ATTR_INSIZE(zpos), in sun8i_vi_layer_update_coord()
297 unsigned int zpos = plane->state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
308 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
314 true, zpos, old_zpos); in sun8i_vi_layer_atomic_update()