From: Daniel Stone Date: Wed, 8 Apr 2015 15:39:06 +0000 (+0100) Subject: drm/exynos: Fix FIMD buffer size calculation X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a2913407d8defac36f381e4877507a06e57c8e;p=pandora-kernel.git drm/exynos: Fix FIMD buffer size calculation 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. Tested on Chromebook Snow / Peach Pit. Fixes: 26b9c2813ede1 ("drm/exynos: remove struct *_win_data abstraction on planes") Signed-off-by: Daniel Stone Tested-by: Javier Martinez Canillas Reviewed-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed