From: Geert Uytterhoeven Date: Sat, 21 Jul 2007 11:37:50 +0000 (-0700) Subject: ps3fb: Shrink default virtual frame buffer size from 18 to 9 MiB X-Git-Tag: v2.6.23-rc1~161 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=50b2529e38eb1f954bbadec93961aabe8c801904;p=linux-2.6-omap-h63xx.git ps3fb: Shrink default virtual frame buffer size from 18 to 9 MiB ps3fb: Shrink the default virtual frame buffer size from 18 to 9 MiB, as nobody really uses the double buffering feature and Linux can use an additional 9 MiB. It can still be overridden on the kernel command line using `ps3fb=18M'. Signed-off-by: Geert Uytterhoeven Cc: Geoff Levand Cc: Paul Mackerras Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d9cb24d741e..3c0ed933d11 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1803,7 +1803,7 @@ config FB_PS3 config FB_PS3_DEFAULT_SIZE_M int "PS3 default frame buffer size (in MiB)" depends on FB_PS3 - default 18 + default 9 ---help--- This is the default size (in MiB) of the virtual frame buffer in the PS3.