aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2007-07-21 07:37:50 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-21 20:49:16 -0400
commit50b2529e38eb1f954bbadec93961aabe8c801904 (patch)
tree90fad4834a1abbe96a80cf8a08b8e308377991be /drivers/video/Kconfig
parent23e9c94caf134cb36a22b91043796057111f6ef3 (diff)
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 <Geert.Uytterhoeven@sonycom.com> Cc: Geoff Levand <geoffrey.levand@am.sony.com> Cc: Paul Mackerras <paulus@samba.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d9cb24d741eb..3c0ed933d11d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1803,7 +1803,7 @@ config FB_PS3
1803config FB_PS3_DEFAULT_SIZE_M 1803config FB_PS3_DEFAULT_SIZE_M
1804 int "PS3 default frame buffer size (in MiB)" 1804 int "PS3 default frame buffer size (in MiB)"
1805 depends on FB_PS3 1805 depends on FB_PS3
1806 default 18 1806 default 9
1807 ---help--- 1807 ---help---
1808 This is the default size (in MiB) of the virtual frame buffer in 1808 This is the default size (in MiB) of the virtual frame buffer in
1809 the PS3. 1809 the PS3.