From: Rahul Sharma Date: Wed, 6 Mar 2013 08:28:16 +0000 (+0900) Subject: drm/exynos: hdmi: move mode_fixup to drm common hdmi X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~39^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddcc7364a93d18b80967b3a9b3f6aea107323f6;p=pandora-kernel.git drm/exynos: hdmi: move mode_fixup to drm common hdmi Currently, mode_fixup code doesn't consider the limitations of mixer as it is implemented inside the hdmi driver. Following fix, moves the mode_fixup to common drm hdmi driver. To check the mode support, it calls both, mixer and hdmi check_timing callbacks for a given resolution mode. This patch is dependent on https://patchwork.kernel.org/patch/2176021/. Signed-off-by: Rahul Sharma Signed-off-by: Inki Dae --- Reading git-diff-tree failed