On Fri, Sep 19, 2014 at 6:58 AM, Andrzej Hajda a.hajda@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@samsung.com
Thanks Andrzej! With your patch the crashes I was seeing are gone.
Daniel