[PATCH 1/1] drm/exynos: Fix FIMD buffer size calculation

2015-04-08 Thread Daniel Stone
Commit adacb228d72b ("drm: Exynos: Respect framebuffer pitch for FIMD/Mixer") fixed the buffer size calculation by using the FB pitch value but later commit 26b9c2813ede1 ("drm/exynos: remove struct *_win_data abstraction on planes") added a regression so fix the buffer size calculation again. Tes

[PATCH 1/1] drm/exynos: Fix FIMD buffer size calculation

2015-04-08 Thread Gustavo Padovan
2015-04-08 Daniel Stone : > Commit adacb228d72b ("drm: Exynos: Respect framebuffer pitch for > FIMD/Mixer") fixed the buffer size calculation by using the FB > pitch value but later commit 26b9c2813ede1 ("drm/exynos: remove > struct *_win_data abstraction on planes") added a regression so > fix th