drm/exynos: dsi: remove global variable exynos_dsi_display
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 7 Oct 2014 12:01:08 +0000 (14:01 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:49 +0000 (18:02 +0900)
commit2900c69c52079a0340db0f012d2b2e92db7544c4
tree304e1c16ebb739532dc321aed23f57cb66d9db60
parent7239067795dc03be5b152034558bed0bb9c73ab3
drm/exynos: dsi: remove global variable exynos_dsi_display

exynos_dsi_display is used by internal Exynos DRM framework for
representing pair encoder->connecter. As it should be mapped 1:1 to dsi
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 DSI 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_dsi.c