]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/dp: embed display into private context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:24 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:56 +0000 (18:02 +0900)
commit3cd9091a9a611066a739986a42a5ce7e0eb8b341
tree18bd58517a00a1fd29782e5c2b55ffbbb94467db
parent78380a3a5b750b99f6820f152aab1a5fa5ecdbec
drm/exynos/dp: 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 dp
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 dp 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_dp_core.c
drivers/gpu/drm/exynos/exynos_dp_core.h