From 66367461e573321f0fbb0be0391165b5a54d5fe4 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Wed, 7 May 2014 16:55:22 +0530 Subject: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs In case of exynos, setting dma-burst to 16Word causes permanent tearing for very small buffers, e.g. cursor buffer. Burst Mode switching, which is based on overlay size is not recommended as overlay size varies a lot towards the end of the screen. This causes unstable DMA which results into tearing again. Rendering small buffers with lower burst size doesn't cause any noticable performance overhead. 128 pixel width is selected based on mulitple experiments with exynos5 SoCs. Signed-off-by: Rahul Sharma Signed-off-by: Prathyush K Signed-off-by: Inki Dae --- Reading git-format-patch failed