drm/exynos: hdmi: replace fb size with mode size from win commit
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 30 Jan 2015 08:30:45 +0000 (17:30 +0900)
committerInki Dae <inki.dae@samsung.com>
Sat, 7 Feb 2015 07:38:41 +0000 (16:38 +0900)
commit129046c6ecb662e902a241bbbcb1da4206986370
tree5018e87538080e8df205a10e00445ba2d0c370a0
parente2dc3f72eea7decdb56368f0de88bba343720828
drm/exynos: hdmi: replace fb size with mode size from win commit

For default graphic window, mixer_win_commit() sets display size
register as fb size. Calling setplane with smaller fb size than
mode size to default window causes distorted display result. So
this patch replaces fb size with mode size for display size from
the mixer_win_commit().

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Acked-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c