commit | 7fd65df155ebcd3684537c1e8f738b98ae595e28 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Sun May 12 16:09:33 2013 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Fri Jun 28 21:12:51 2013 +0900 |
tree | 95548f7a9a9cb87a0d002bfdfe58877ea05a181b | |
parent | e436b09dc5fa33d36f4906f4556c4f543afd4b65 [diff] |
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 <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>