commit | 75626853a7a00633f24def1039df5aa55d051091 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Thu Jan 30 16:19:16 2014 -0500 |
committer | Inki Dae <daeinki@gmail.com> | Mon Mar 24 00:36:32 2014 +0900 |
tree | ec71ddaccda0f2357026768d5df83f8b7b0be26e | |
parent | f041b257a8997c8472a1013e9f252c3e2a1d879e [diff] |
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>