drm/exynos: switch to universal plane API
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 19 Sep 2014 12:58:53 +0000 (14:58 +0200)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Sep 2014 16:17:53 +0000 (01:17 +0900)
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>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found