aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-04 20:42:22 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-04 20:42:22 +0100
commitc56340586d36f76098a8510b95b50877c9f028ec (patch)
tree438082ae30209510712b9802c1be38d96b0d7568
parent02e83b037d405d514ffc43bcdd0c8abac7b06478 (diff)
Take FB allocation back down to the minimum
This doesn't work with the current 'standard' DDX, so there's no point trying to make it work. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
-rw-r--r--drivers/mfd/glamo/glamo-drm-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-drm-private.h b/drivers/mfd/glamo/glamo-drm-private.h
index ea49255c792..e87c333aa6d 100644
--- a/drivers/mfd/glamo/glamo-drm-private.h
+++ b/drivers/mfd/glamo/glamo-drm-private.h
@@ -37,7 +37,7 @@
/* Memory to allocate for the framebuffer.
* The rest is reserved for the DRM memory manager */
-#define GLAMO_FRAMEBUFFER_ALLOCATION (4*1024*1024)
+#define GLAMO_FRAMEBUFFER_ALLOCATION (2*480*640)
struct glamodrm_handle {