From: Inki Dae Date: Sun, 12 May 2013 07:09:33 +0000 (+0900) Subject: drm/exynos: do not use mode_set_base function directly X-Git-Tag: v3.11-rc1~65^2~24^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd65df155ebcd3684537c1e8f738b98ae595e28;p=pandora-kernel.git drm/exynos: do not use mode_set_base function directly This patch adds exynos_drm_crtc_mode_set_commit function to update mode data and it makes page flip call this function instead of calling exynos_drm_crtc_mode_set_base function directly. exynos_drm_crtc_mode_set_base function is called by drm subsystem as a callback so we don't have to call this function directly. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed