]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit013e145bb26d3468ae96d1fd413cc54bd69b01ef
tree304e1c16ebb739532dc321aed23f57cb66d9db60
parent292460a54c9b399d6b5b12c7d1f59459eabc0abe
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