]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/fimd: embed manager into private context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:18 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:55 +0000 (18:02 +0900)
commitfdf28e9cb2cd68e5592c35bb6e36daaa4851c1da
treebabb1269665c69d3bc26d98e6335af34cbd6a703
parent2764004d26726c8d74e918e5c00e157350b8e078
drm/exynos/fimd: 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 FIMD 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_fimd.c