drm exynos: use drm_fb_helper_set_par directly
authorSascha Hauer <[email protected]>
Wed, 14 Mar 2012 10:44:54 +0000 (19:44 +0900)
committerInki Dae <[email protected]>
Thu, 15 Mar 2012 02:39:00 +0000 (11:39 +0900)
commit34418c25d64844625118b5eedc493f7904d77659
treefb7939b593da8955ca5feb07d4c5c8e0a74e300e
parentf7d86075fa6c082f7dc4d289a69162b13d2db924
drm exynos: use drm_fb_helper_set_par directly

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 <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c