From: Andrew Morton <akpm@osdl.org>
To: adaplas@pol.net
Cc: adaplas@hotpop.com, linux-fbdev-devel@lists.sourceforge.net,
jonsmirl@gmail.com
Subject: Re: Re: [PATCH 8/10] fbdev: Allow core fb to be built as a module
Date: Tue, 8 Mar 2005 22:50:28 -0800 [thread overview]
Message-ID: <20050308225028.2b1015b4.akpm@osdl.org> (raw)
In-Reply-To: <200503091348.35322.adaplas@hotpop.com>
"Antonino A. Daplas" <adaplas@hotpop.com> wrote:
>
> On Tuesday 08 March 2005 12:58, Andrew Morton wrote:
> > Jon Smirl <jonsmirl@gmail.com> wrote:
> > > Did you fix this or do I need to send another patch?
> >
> > I fixed it.
> >
> >
> >
> > We seem to have a few newish fbdev bugs btw:
> >
> > From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> > To: linux-kernel@vger.kernel.org, jim.hague@acm.org,
> > linux-fbdev-devel@lists.sourceforge.net Subject: [2.6.11 Permedia-2
> > Framebuffer] driver broken (?).
> >
>
> Resolved by Jim Hague in another thread. If you haven't seen it yet,
> here's the patch.
>
> --- drivers/video/pm2fb.c.orig 2005-03-07 15:35:28.000000000 +0000
> +++ drivers/video/pm2fb.c 2005-03-07 18:34:13.000000000 +0000
> @@ -747,7 +747,7 @@
> }
> if ((info->var.vmode & FB_VMODE_MASK)==FB_VMODE_DOUBLE)
> video |= PM2F_LINE_DOUBLE;
> - if (info->var.activate==FB_ACTIVATE_NOW)
> + if ((info->var.activate & FB_ACTIVATE_MASK)==FB_ACTIVATE_NOW)
> video |= PM2F_VIDEO_ENABLE;
> par->video = video;
OK, thanks. I'll wait until your next patch drop for this.
>
> >
> > From: Henrik Persson <root@fulhack.info>
> > To: unlisted-recipients:;;@localhost.localdomain (no To-header on input)
> > Cc: dtor@mail.ru, linux-kernel@vger.kernel.org
> > Subject: Re: Touchpad "tapping" changes in 2.6.11?
> >
> > ("Well, -mm1 didn't quite agree with my savage gfx drivers")
>
> Any details on this?
>
Yeah, it was just a compile error due to the support-multiple-AGP-bridges
API change. No doubt the devleopers will fix that up soon.
Henrik said he's using drivers from:
CVS (from mesa, xorg and dri cvs all-in-one) snapshots at
http://dri.freedesktop.org/snapshots/
I don't really know why it isn't merged. It's under pretty heavy
development right now, but maybe it could get into -mm anyway?
Felix Khling <fxkuehl@gmx.de> is the driver hacker. He should know more.
A DRI driver, I guess. Are we planning on merging that in?
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
prev parent reply other threads:[~2005-03-09 6:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-06 0:16 [PATCH 8/10] fbdev: Allow core fb to be built as a module Antonino A. Daplas
2005-03-07 8:36 ` Andrew Morton
2005-03-07 9:39 ` Geert Uytterhoeven
2005-03-07 10:28 ` Andrew Morton
2005-03-07 18:20 ` Jon Smirl
2005-03-07 19:11 ` Jon Smirl
2005-03-07 23:43 ` Andrew Morton
2005-03-08 0:05 ` Jon Smirl
2005-03-08 0:39 ` Andrew Morton
2005-03-08 0:35 ` Jon Smirl
2005-03-08 0:48 ` Andrew Morton
2005-03-08 1:18 ` Randy.Dunlap
2005-03-08 1:47 ` Andrew Morton
2005-03-08 4:50 ` Jon Smirl
2005-03-08 4:58 ` Andrew Morton
2005-03-09 5:48 ` Antonino A. Daplas
2005-03-09 6:50 ` Andrew Morton [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=20050308225028.2b1015b4.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=adaplas@hotpop.com \
--cc=adaplas@pol.net \
--cc=jonsmirl@gmail.com \
--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).