]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/vidi: embed display into private context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:22 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:55 +0000 (18:02 +0900)
commit696243c322646c312f77f0b043e073e89d0b2213
treee7f3d8cbf0ea28991800a0e0d63064d437d2c650
parent0c1bf4f855f19133d950a49d083908eb4edef433
drm/exynos/vidi: embed display into private context

exynos_drm_display is used by internal Exynos DRM framework for
representing encoder:connector pair. 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 vidi 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