From 68a2913407d8defac36f381e4877507a06e57c8e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 8 Apr 2015 16:39:06 +0100 Subject: [PATCH] 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-format-patch failed