commit | e87eb57c69003a99b18d43abe58d5850ad19e188 | [log] [tgz] |
---|---|---|
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | Thu Jan 05 19:20:06 2017 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Jan 31 08:49:31 2017 +0900 |
tree | af73e579202b6649319447ce57f06fbac1ee03cc | |
parent | a5b2b6ebf34b20e70a2bdb5214c371744e7fa260 [diff] |
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>