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

2014-09-20 Thread Inki Dae
2014-09-20 1:04 GMT+09:00 Inki Dae : > 2014-09-19 21:58 GMT+09:00 Andrzej Hajda : >> 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. >> Additio

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

2014-09-20 Thread Inki Dae
2014-09-19 21:58 GMT+09:00 Andrzej Hajda : > 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 c

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

2014-09-19 Thread Daniel Drake
On Fri, Sep 19, 2014 at 6:58 AM, Andrzej Hajda 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 o

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

2014-09-19 Thread Andrzej Hajda
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