commit | 080be03de296f68e8c6e13ab7545eae26db6359f | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Wed Feb 19 21:02:55 2014 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Mon Mar 24 00:36:31 2014 +0900 |
tree | 513d1e9e0d8bcda750c55c21f8bf120f2ea2cb8f | |
parent | 3f283d9375ad8fa97ac7a7b2d4f73425186d8810 [diff] |
drm/exynos: Split manager/display/subdrv This patch splits display and manager from subdrv. The result is that crtc functions can directly call into manager callbacks and encoder functions can directly call into display callbacks. This will allow us to remove the exynos_drm_hdmi shim and support mixer/hdmi & fimd/dp with common code. Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>