Re: [PATCH v2] drm/exynos: switch to universal plane API

From: Daniel Drake
Date: Fri Sep 19 2014 - 19:52:30 EST


On Fri, Sep 19, 2014 at 6:58 AM, Andrzej Hajda <a.hajda@xxxxxxxxxxx> wrote:
> The patch replaces legacy functions
> drm_plane_init() / drm_crtc_init() with
> drm_universal_plane_init() and drm_crtc_init_with_planes().
> It allows to replace fake primary plane with the real one.
> Additionally the patch leaves cleanup of crtcs to core,
> this way planes and crtcs are cleaned in correct order.
>
> Signed-off-by: Andrzej Hajda <a.hajda@xxxxxxxxxxx>

Thanks Andrzej! With your patch the crashes I was seeing are gone.

Daniel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/