projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e9c94
)
ps3fb: Shrink default virtual frame buffer size from 18 to 9 MiB
author
Geert Uytterhoeven
<
[email protected]
>
Sat, 21 Jul 2007 11:37:50 +0000
(
04:37
-0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 22 Jul 2007 00:49:16 +0000
(17:49 -0700)
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 <
[email protected]
>
Cc: Geoff Levand <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: "Antonino A. Daplas" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index d9cb24d741eb0f4eda4563a12dd422d7d47f7f12..3c0ed933d11d3ed3deaf3ae5aaaa39a4a2c9b5dd 100644
(file)
--- 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.