drm exynos: use drm_fb_helper_set_par directly
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 14 Mar 2012 10:44:54 +0000 (19:44 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 15 Mar 2012 02:39:00 +0000 (11:39 +0900)
info->fix.visual already is correctly set from drm_fb_helper_fill_fix.
info->fix.line_length is also set from drm_fb_helper_fill_fix,
so drm_fb_helper_set_par directly instead of a custom
exynos_drm_fbdev_set_par.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

No differences found