drm/exynos: use correct fb width/height
authorRob Clark <[email protected]>
Wed, 11 Mar 2015 14:23:11 +0000 (10:23 -0400)
committerDaniel Vetter <[email protected]>
Wed, 11 Mar 2015 21:08:17 +0000 (22:08 +0100)
commitecbf1d5afe993f05f0c513a4b99256589ab5c810
tree9c0f18ba0f88a9fa5fffc00689f1c432a9a4f522
parent8d76612bd49a73dca018e6fe5c790c943dbde98f
drm/exynos: use correct fb width/height

What is passed to drm_fb_helper_fill_var() should be fb_width/fb_height,
rather than the surface size.

Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c