Re: [LinuxBIOS] [PATCH] Make GX1 video memory size configurable

2007-10-07 Thread Peter Stuge
On Sat, Oct 06, 2007 at 10:12:37PM +0200, Juergen Beisert wrote: - tomk -= FRAMEBUFFERK; + tomk -= CONFIG_VIDEO_MB * 1024; Does this option already exist? If so: Acked-by: Peter Stuge [EMAIL PROTECTED] -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] [PATCH] Make GX1 video memory size configurable

2007-10-07 Thread Juergen Beisert
On Sunday 07 October 2007 12:43, Peter Stuge wrote: On Sat, Oct 06, 2007 at 10:12:37PM +0200, Juergen Beisert wrote: - tomk -= FRAMEBUFFERK; + tomk -= CONFIG_VIDEO_MB * 1024; Does this option already exist? If so: take a look into src/config/Options.lb, line 1013:

Re: [LinuxBIOS] [PATCH] Make GX1 video memory size configurable

2007-10-07 Thread Uwe Hermann
On Sun, Oct 07, 2007 at 02:28:49PM +0200, Juergen Beisert wrote: Does this option already exist? If so: take a look into src/config/Options.lb, line 1013: [...] define CONFIG_VIDEO_MB default none export used comment Integrated graphics with UMA has dynamic

[LinuxBIOS] [PATCH] Make GX1 video memory size configurable

2007-10-06 Thread Juergen Beisert
From: Juergen Beisert [EMAIL PROTECTED] This patch makes the reserved video memory on Geode GX1 based systems configurable. This makes sense on systems with small memories when the VGA feature is not used (CONFIG_VIDEO_MB = 0 in this case). On Geode GX1 based systems the following amount of