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

Daniel Drake drake at endlessm.com
Fri Sep 19 16:52:24 PDT 2014


On Fri, Sep 19, 2014 at 6:58 AM, Andrzej Hajda <a.hajda at samsung.com> 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 at samsung.com>

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

Daniel


More information about the dri-devel mailing list