]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb40bc6795afe443d7b71e91fd4e57d345aef5086
tree33518b41dcbfc65e1442b6785133a446e599c79a
parent2c7efef2d985fcbb6ef949ec12cac050cdee3d97
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