drm/exynos/mixer: embed manager into private context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 24 Nov 2014 05:12:46 +0000 (14:12 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:54 +0000 (18:02 +0900)
commit8103ef1b5f471fe5e50cd4e1fc17cf3be4682d79
tree33518b41dcbfc65e1442b6785133a446e599c79a
parent0cef83a5fd3aa72ed7bd8661042cd8405062fcef
drm/exynos/mixer: embed manager into private context

exynos_drm_manager is used by internal Exynos DRM framework for
representing crtc. As it should be mapped 1:1 to fimd private context
it seems more reasonable to embed it directly in that context.
As a result further code simplification will be possible.
Moreover it will be possible to handle multiple mixer devices in the system.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c