[PATCH] drm/exynos: hdmi: replace fb size with mode size from win commit

2015-02-04 Thread Inki Dae
On 2015년 01월 30일 17:30, Seung-Woo Kim wrote: > 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

[PATCH] drm/exynos: hdmi: replace fb size with mode size from win commit

2015-01-30 Thread Joonyoung Shim
Hi, On 01/30/2015 05:30 PM, Seung-Woo Kim wrote: > 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 d

[PATCH] drm/exynos: hdmi: replace fb size with mode size from win commit

2015-01-30 Thread Seung-Woo Kim
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: S