0, MAX_PLANE - 1);
> > if (!prop)
> > return;
> >
> > @@ -302,9 +345,7 @@ int exynos_plane_init(struct drm_device *dev,
> > exynos_plane->index = index;
> > exynos_plane->config = config;
> >
> > - if (config->type == DRM_PLANE_TYPE_OVERLAY)
> > - exynos_plane_attach_zpos_property(&exynos_plane->base,
> > - config->zpos);
> > + exynos_plane_attach_zpos_property(&exynos_plane->base, config->zpos);
> >
> > return 0;
> > }
> > --
> > 1.9.2
> >
> > ___
> > dri-devel mailing list
> > dri-de...@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
> ___
> dri-devel mailing list
> dri-de...@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Ville Syrjälä
Intel OTC
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
t; funcs = crtc->helper_private;
>
> if (!funcs || !funcs->atomic_check)
> --
> 2.1.0
>
> _______
> dri-devel mailing list
> dri-de...@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Ville Syrjälä
!= win_data->src_width ||
> >> @@ -586,6 +597,16 @@ static void mixer_graph_buffer(struct
> >> mixer_context *ctx, int win)
> >> mixer_reg_write(res, MXR_GRAPHIC_SPAN(win),
> >> win_data->fb_pitch / (win_data->bpp >> 3));
> >>
> >&g