From: Andrzej Hajda Date: Mon, 17 Nov 2014 08:54:26 +0000 (+0100) Subject: drm/exynos/dpi: embed display into private context X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~27^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfde1f2af076547ebe86f8632e65119f28438b8;p=pandora-kernel.git drm/exynos/dpi: 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 dpi 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 dpi devices in the system. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed