From c56340586d36f76098a8510b95b50877c9f028ec Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Aug 2009 20:42:22 +0100 Subject: 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 --- drivers/mfd/glamo/glamo-drm-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3