drm/exynos/vidi: embed manager into private context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:16 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:54 +0000 (18:02 +0900)
commitf01833cd2b36767d350c4f8b3eaaf48c4d2f7da3
tree79a1ca00e93aa4be53c465466557521040fe2c31
parent8f0be8304defc33d32ed26a7b1eec54270b995a7
drm/exynos/vidi: 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 vidi 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_drm_vidi.c