]> git.neil.brown.name Git - history.git/commit
[PATCH] Video Mode Handling - Reduce memory footprint of fbdev
authorAntonino Daplas <adaplas@hotpop.com>
Mon, 23 Aug 2004 05:52:19 +0000 (22:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 Aug 2004 05:52:19 +0000 (22:52 -0700)
commit0a857e2396576c9a8c3c5823e4846b0f0c8b04cf
tree3f309079864a819ba593b052c19279069489cdc6
parent7fbf08c28b53a1c60905cd149e630ae64583772a
[PATCH] Video Mode Handling - Reduce memory footprint of fbdev

This patch is entirely optional.  Its only advantage is reduction of kernel
size by ~5-6K.

a. Mark modedb as __init.

b. Add CONFIG_FB_MODE_HELPERS.  Unselecting this will uninclude the code
   for Generalized Timing Formula and the EDID parser on kernel compilation.
   These are used only by radeonfb, rivafb and i810fb.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/Kconfig
drivers/video/fbmon.c
drivers/video/modedb.c