summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Obregon <robregon@ti.com>2011-05-31 09:25:15 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:47 +0100
commit3e03f98dbeb7ba62569a78c976dda00a23001655 (patch)
tree0c83d77b4e2139c67981740402d4d101f603d0ad
parent1a8f090d78004b1275cf97d2ecceefdc26467b27 (diff)
SGX-KM: OMAPLFB: Increase the number of buffers
This change increases the number of buffers in the flip chain created by the SGX. This change is required for the Full Screen Composition bypass. Change-Id: I996d78c03400eaa3ec8ce3c49d0f46d41a930f48 Signed-off-by: Rodrigo Obregon <robregon@ti.com>
-rw-r--r--drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c b/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c
index 88f23656f02..ca9bf3eee78 100644
--- a/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c
+++ b/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c
@@ -61,7 +61,7 @@
#include "omaplfb.h"
#define OMAPLFB_COMMAND_COUNT 1
-#define MAX_BUFFERS_FLIPPING 3
+#define MAX_BUFFERS_FLIPPING 4
/* Put 0 as desired bpp to use the default in the framebuffer */
#define DESIRED_BPP 0 /* Possible values 32,16,0 */