drm/exynos: Use drm_mode_copy to copy modes
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:16 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:32 +0000 (00:36 +0900)
commit75626853a7a00633f24def1039df5aa55d051091
treeec71ddaccda0f2357026768d5df83f8b7b0be26e
parentf041b257a8997c8472a1013e9f252c3e2a1d879e
drm/exynos: Use drm_mode_copy to copy modes

This patch changes the manual copying of mode to adjusted_mode in
mode_fixup to use drm_mode_copy instead of handling things manually.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c