From: Kronos <kronos@people.it>
To: adaplas@pol.net
Cc: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [PATCH 4/5] Video Mode Handling - Reduce memory footprint of fbdev
Date: Mon, 9 Aug 2004 17:08:33 +0200 [thread overview]
Message-ID: <20040809150833.GA4244@dreamland.darkstar.lan> (raw)
In-Reply-To: <200408090946.30692.adaplas@hotpop.com>
Il Mon, Aug 09, 2004 at 09:46:30AM +0800, Antonino A. Daplas ha scritto:
> 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.
Then make radeonfb, rivafb and i810fb select CONFIG_FB_MODE_HELPERS:
--- a/drivers/video/Kconfig 2004-08-09 17:03:58.000000000 +0200
+++ b/drivers/video/Kconfig 2004-08-09 17:04:56.000000000 +0200
@@ -437,6 +437,7 @@
depends on FB && PCI
select I2C_ALGOBIT if FB_RIVA_I2C
select I2C if FB_RIVA_I2C
+ select FB_MODE_HELPERS
help
This driver supports graphics boards with the nVidia Riva/Geforce
chips.
@@ -469,6 +470,7 @@
config FB_I810
tristate "Intel 810/815 support (EXPERIMENTAL)"
depends on FB && AGP && AGP_INTEL && EXPERIMENTAL && PCI
+ select FB_MODE_HELPERS
help
This driver supports the on-board graphics built in to the Intel 810
and 815 chipsets. Say Y if you have and plan to use such a board.
@@ -672,6 +674,7 @@
depends on FB && PCI
select I2C_ALGOBIT if FB_RADEON_I2C
select I2C if FB_RADEON_I2C
+ select FB_MODE_HELPERS
help
Choose this option if you want to use an ATI Radeon graphics card as
a framebuffer device. There are both PCI and AGP versions. You
Luca
--
Home: http://kronoz.cjb.net
Do, or do not. There is no try.
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
prev parent reply other threads:[~2004-08-09 15:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-09 1:46 [PATCH 4/5] Video Mode Handling - Reduce memory footprint of fbdev Antonino A. Daplas
2004-08-09 15:08 ` Kronos [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040809150833.GA4244@dreamland.darkstar.lan \
--to=kronos@people.it \
--cc=adaplas@pol.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).