gxfb: replace FBSIZE config option with a module parameter
authorAndres Salomon <dilinger@queued.net>
Mon, 28 Apr 2008 09:14:57 +0000 (02:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:36 +0000 (08:58 -0700)
commitfa20c8a6e520d9ccd68c8101155ffdbc19c977c3
treea5ffc4f1ae08f7be8a2cb0cdbea7bbf9d64c945f
parent0a5e79098799a4bead070a9bd7f1a2213ba5eef5
gxfb: replace FBSIZE config option with a module parameter

Use a command line option (vram) rather than hardcoding the vram size.  LxFB
already does this; it's useful for machines that can't query the BIOS for fb
size.  This patch originated from David Woodhouse, was modified by Jordan
Crouse, and was then modified further by me.

This also adds some gxfb documentation in Documentation/fb.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Cc: Jordan Crouse <jordan.crouse@amd.com>
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>
Documentation/fb/gxfb.txt [new file with mode: 0644]
drivers/video/geode/Kconfig
drivers/video/geode/display_gx.c
drivers/video/geode/gxfb_core.c