Commit 96fb1a89 authored by Martin Michlmayr's avatar Martin Michlmayr Committed by Chris Wright

[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: default avatarMartin Michlmayr <tbm@cyrius.com>
Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Cc: <stable@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
parent 3bf8ce11
...@@ -520,7 +520,7 @@ config FB_GBE ...@@ -520,7 +520,7 @@ config FB_GBE
config FB_GBE_MEM config FB_GBE_MEM
int "Video memory size in MB" int "Video memory size in MB"
depends on FB_GBE depends on FB_GBE
default 8 default 4
help help
This is the amount of memory reserved for the framebuffer, This is the amount of memory reserved for the framebuffer,
which can be any value between 1MB and 8MB. which can be any value between 1MB and 8MB.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment