From: Ondrej Zary <linux@rainbow-software.org>
To: Dave Airlie <airlied@gmail.com>
Cc: linux-fbdev@vger.kernel.org,
Kernel development list <linux-kernel@vger.kernel.org>,
Paul Mundt <lethal@linux-sh.org>,
Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Subject: Re: [RFC PATCH v2] Resurrect Intel740 driver: i740fb
Date: Fri, 26 Aug 2011 06:24:38 +0000 [thread overview]
Message-ID: <201108260824.38352.linux@rainbow-software.org> (raw)
In-Reply-To: <CAPM=9tzF7C_gW44csqYwK+wdT9mwWBrA3O_9JQNfg=6aip4kag@mail.gmail.com>
On Tuesday 23 August 2011, Dave Airlie wrote:
> On Sun, Aug 21, 2011 at 9:42 PM, Ondrej Zary <linux@rainbow-software.org>
wrote:
> > Hello,
> > this is an v2 attempt to resurrect an old (like 2.4.19) out-of-tree
> > driver for Intel740 graphics cards and modify it for recent kernels. The
> > old driver is located at:
> > http://sourceforge.net/projects/i740fbdev/files/
> >
> > It was easier to create a new driver based on skeletonfb, using most of
> > the low level HW code from the old driver. The DDC code is completely
> > new.
> >
> > The driver was tested on two 8MB cards: ManLi and Diamond Stealth II G460
> >
> > The i740_calc_fifo() function formatting is nice but does not pass
> > checkpatch. Making it checkpatch-compliant makes the code look ugly. How
> > to make it both nice and compatible with Linux coding style?
> > (the remaining // comments mark things that need attention - missing xpan
> > and suspend/resume)
> >
> > Changes in v2:
> > - fixed 15bpp (16bpp 555) mode
> > - not working 1280x1024-32 is not a bug but card's feature, it's now
> > handled correctly by the driver
> > - 24bpp modes still don't work in fbtest but it looks like fbtest bug!
> >
> > Is there any better way to test fb drivers than fbtest?
> >
> > no signed-off-by yet
> >
> > --- linux-2.6.39-rc2-orig/drivers/video/Kconfig 2011-04-06
> > 03:30:43.000000000 +0200 +++ linux-2.6.39-rc2/drivers/video/Kconfig
> > 2011-07-30 11:34:10.000000000 +0200 @@ -1117,6 +1117,17 @@ config
> > FB_RIVA_BACKLIGHT
> > help
> > Say Y here if you want to control the backlight of your display.
> >
> > +config FB_I740
> > + tristate "Intel740 support (EXPERIMENTAL)"
> > + depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
> > + select FB_MODE_HELPERS
> > + select FB_CFB_FILLRECT
> > + select FB_CFB_COPYAREA
> > + select FB_CFB_IMAGEBLIT
> > + select VGASTATE
> > + help
> > + This driver supports graphics cards based on Intel740 chip.
> > +
>
> It shouldn't need AGP_INTEL, as its an AGP card not an integrated
> chipset, it might need just AGP.
Oops, I copied that from I810 and then forgot about it...will fix that to
really match the driver requirements.
BTW. i740 cards are really picky, they don't even POST with most boards that
don't have i440LX/EX or i440BX/ZX chipsets.
--
Ondrej Zary
prev parent reply other threads:[~2011-08-26 6:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 20:42 [RFC PATCH v2] Resurrect Intel740 driver: i740fb Ondrej Zary
2011-08-21 22:13 ` Andi Kleen
2011-08-21 22:36 ` Alan Cox
2011-08-23 9:03 ` Ondrej Zary
2011-08-23 9:25 ` Michel Dänzer
2011-08-23 9:58 ` Ondrej Zary
2011-08-23 9:10 ` Dave Airlie
2011-08-26 6:24 ` Ondrej Zary [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=201108260824.38352.linux@rainbow-software.org \
--to=linux@rainbow-software.org \
--cc=FlorianSchandinat@gmx.de \
--cc=airlied@gmail.com \
--cc=lethal@linux-sh.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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).