From: Martin Michlmayr Date: Fri, 24 Feb 2006 21:04:16 +0000 (-0800) Subject: [PATCH] gbefb: Set default of FB_GBE_MEM to 4 MB X-Git-Tag: v2.6.15.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fb1a894d71297d8abe0a803a725f7eb25910c3;p=thirdparty%2Fkernel%2Fstable.git [PATCH] gbefb: Set default of FB_GBE_MEM to 4 MB Allocating more than 4 MB memory for the GBE (SGI O2) framebuffer completely breakfs gbefb support at the moment. According to comments on #mipslinux, more than 4 MB has never worked correctly in Linux. Therefore, the default should be 4 MB. Signed-off-by: Martin Michlmayr Signed-off-by: Antonino Daplas Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index cc8e3bf5001b4..34aecbed8cb89 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -520,7 +520,7 @@ config FB_GBE config FB_GBE_MEM int "Video memory size in MB" depends on FB_GBE - default 8 + default 4 help This is the amount of memory reserved for the framebuffer, which can be any value between 1MB and 8MB.