drm/exynos/dsi: remove mode_set callback
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 7 May 2018 09:29:28 +0000 (11:29 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 13 May 2018 23:06:45 +0000 (08:06 +0900)
commite8929999fa718da5758ff877592f33fea368ca8a
treec5e1b0226e5b942d7ca551e782a6e15945ec8290
parent01fb9185dc180940f90510215ef8764d6155d088
drm/exynos/dsi: remove mode_set callback

The callback was used only to copy provided mode to context for later
usage. Since the mode is always available from crtc atomic state this code
can be removed.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c