From: Sean Paul Date: Thu, 30 Jan 2014 21:19:15 +0000 (-0500) Subject: drm/exynos: Remove exynos_drm_hdmi shim X-Git-Tag: v3.15-rc1~51^2~42^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f041b257a8997c8472a1013e9f252c3e2a1d879e;p=pandora-kernel.git drm/exynos: Remove exynos_drm_hdmi shim This patch trims exynos_drm_hdmi out of the driver. The reason it existed in the first place was to make up for the mixture of display/overlay/manager ops being spread across hdmi and mixer. With that code now rationalized, mixer and hdmi map directly to exynos_drm_crtc and exynos_drm_encoder, respectively. Since there is a 1:1 mapping, we no longer need this layer. Signed-off-by: Sean Paul Signed-off-by: Inki Dae --- Reading git-diff-tree failed