drm/exynos: mic: Add mode_set callback function
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 5 Jan 2017 10:20:06 +0000 (19:20 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 30 Jan 2017 23:49:31 +0000 (08:49 +0900)
commite87eb57c69003a99b18d43abe58d5850ad19e188
treeaf73e579202b6649319447ce57f06fbac1ee03cc
parenta5b2b6ebf34b20e70a2bdb5214c371744e7fa260
drm/exynos: mic: Add mode_set callback function

Before applying the patch, used the of_get_videomode function to
parse the display-timings in the panel which is the child driver
of dsi in the devicetree. this is wrong. So removed the
of_get_videomode and fixed to get videomode struct through
mode_set callback function.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_mic.c