commit | 93bca243ec96f0acb949d4aa2306f07467e89985 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sun Jan 18 18:16:23 2015 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Sun Jan 25 21:28:07 2015 +0900 |
tree | a93ec737fee887d2b73999d229273b191813276f | |
parent | eb88e422c502a7a1628cc919020e2ebf59450d4d [diff] |
drm/exynos: remove struct exynos_drm_manager exynos_drm_manager was just a redundant struct to represent the crtc as well. In this commit we merge exynos_drm_manager into exynos_drm_crtc to remove an unnecessary level of indirection easing the understand of the flow on exynos. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>