public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
@ 2002-02-26  2:00 Michael Cohen
  2002-02-27 20:33 ` Marcelo Tosatti
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Cohen @ 2002-02-26  2:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo


This is the fourth (there were two seconds with different contents, oops) of several mails containing patches to be included in 2.4.19.  Some are worthy of dicussion prior to inclusion and have been marked as such.  The majority of these patches were found on lkml; the remaining ones have URLs listed.

The origin of this patch is unknown, but it is believed to be from lkml.

------
Michael Cohen
OhDarn.net

--- linux.orig/drivers/video/riva/fbdev.c	Wed Nov 14 14:52:20 2001
+++ linux/drivers/video/riva/fbdev.c	Tue Nov 27 17:37:02 2001
@@ -1703,11 +1703,31 @@
 {
 	unsigned char tmp, vesa;
 	struct rivafb_info *rinfo = (struct rivafb_info *)info;
+	struct fb_cmap cmap;
+	u16 black[16];
 
 	DPRINTK("ENTER\n");
 
 	assert(rinfo != NULL);
 
+	/*
+	 * FIXME: X seems to have some issues with this particular hardware
+	 * method of blanking.. so we use a software fallback for now, pending
+	 * a real fix. (Someone with documentation might want to fix this
+	 * properly).
+	 */
+	if (blank) {
+		memset(black, 0, 16 * sizeof(u16));
+		cmap.red = black;
+		cmap.green = black;
+		cmap.blue = black;
+		cmap.transp = NULL;
+		cmap.start = 0;
+		cmap.len = sizeof(black) / sizeof(u16);
+		fb_set_cmap(&cmap, 1, riva_setcolreg, info);
+	}
+
+#if 0
 	tmp = SEQin(rinfo, 0x01) & ~0x20;	/* screen on/off */
 	vesa = CRTCin(rinfo, 0x1a) & ~0xc0;	/* sync on/off */
 
@@ -1730,6 +1750,7 @@
 
 	SEQout(rinfo, 0x01, tmp);
 	CRTCout(rinfo, 0x1a, vesa);
+#endif
 
 	DPRINTK("EXIT\n");
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-26  2:00 Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)] Michael Cohen
@ 2002-02-27 20:33 ` Marcelo Tosatti
  2002-02-27 22:03   ` Jeff Garzik
  0 siblings, 1 reply; 8+ messages in thread
From: Marcelo Tosatti @ 2002-02-27 20:33 UTC (permalink / raw)
  To: Michael Cohen; +Cc: linux-kernel


Please send that to the RivaFB maintainer.

On Mon, 25 Feb 2002, Michael Cohen wrote:

> 
> This is the fourth (there were two seconds with different contents, oops) of several mails containing patches to be included in 2.4.19.  Some are worthy of dicussion prior to inclusion and have been marked as such.  The majority of these patches were found on lkml; the remaining ones have URLs listed.
> 
> The origin of this patch is unknown, but it is believed to be from lkml.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-27 20:33 ` Marcelo Tosatti
@ 2002-02-27 22:03   ` Jeff Garzik
  2002-02-28 17:55     ` Marcelo Tosatti
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2002-02-27 22:03 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Michael Cohen, linux-kernel

Marcelo Tosatti wrote:
> Please send that to the RivaFB maintainer.

to be honest there really isn't one.....

-- 
Jeff Garzik      | "UNIX enhancements aren't."
Building 1024    |           -- says /usr/games/fortune
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-27 22:03   ` Jeff Garzik
@ 2002-02-28 17:55     ` Marcelo Tosatti
  2002-02-28 19:15       ` Jeff Garzik
  0 siblings, 1 reply; 8+ messages in thread
From: Marcelo Tosatti @ 2002-02-28 17:55 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Michael Cohen, linux-kernel


Yes there is: Ani Joshi <ajoshi@shell.unixbox.com>.

On Wed, 27 Feb 2002, Jeff Garzik wrote:

> Marcelo Tosatti wrote:
> > Please send that to the RivaFB maintainer.
> 
> to be honest there really isn't one.....



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-28 19:15       ` Jeff Garzik
@ 2002-02-28 18:11         ` Marcelo Tosatti
  2002-02-28 19:23           ` Jeff Garzik
  0 siblings, 1 reply; 8+ messages in thread
From: Marcelo Tosatti @ 2002-02-28 18:11 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Michael Cohen, linux-kernel, ajoshi



On Thu, 28 Feb 2002, Jeff Garzik wrote:

> Marcelo Tosatti wrote:
> > On Wed, 27 Feb 2002, Jeff Garzik wrote:
> > > Marcelo Tosatti wrote:
> > > > Please send that to the RivaFB maintainer.
> 
> > > to be honest there really isn't one.....
> 
> > Yes there is: Ani Joshi <ajoshi@shell.unixbox.com>.
> 
> No, there isn't.  Ani volunteered for the position, then has been
> ignoring patches sent to him for a year or more.   I used to be rivafb
> maintainer (look at who wrote riva/fbdev.c...), then didn't have time. 
> When I asked around for a new maintainer, he claimed to take up the
> position, but no patches have been forthcoming...
> 
> Ferenc Bakonyi did a good bit of work, and IMO would be a good candidate
> for maintainership, if he's still around.

I've been receing rivafb patches from him lately. For example, pre2 has a
rivafb update.

In practice, from my point of view, he is maintaining the driver.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-28 17:55     ` Marcelo Tosatti
@ 2002-02-28 19:15       ` Jeff Garzik
  2002-02-28 18:11         ` Marcelo Tosatti
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2002-02-28 19:15 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Michael Cohen, linux-kernel, ajoshi

Marcelo Tosatti wrote:
> On Wed, 27 Feb 2002, Jeff Garzik wrote:
> > Marcelo Tosatti wrote:
> > > Please send that to the RivaFB maintainer.

> > to be honest there really isn't one.....

> Yes there is: Ani Joshi <ajoshi@shell.unixbox.com>.

No, there isn't.  Ani volunteered for the position, then has been
ignoring patches sent to him for a year or more.   I used to be rivafb
maintainer (look at who wrote riva/fbdev.c...), then didn't have time. 
When I asked around for a new maintainer, he claimed to take up the
position, but no patches have been forthcoming...

Ferenc Bakonyi did a good bit of work, and IMO would be a good candidate
for maintainership, if he's still around.

	Jeff



P.S. Not to knock Ani Joshi himself -- I have many cheers for him, he
got my S3 cards working under XFree 4.0!

-- 
Jeff Garzik      | "UNIX enhancements aren't."
Building 1024    |           -- says /usr/games/fortune
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-28 18:11         ` Marcelo Tosatti
@ 2002-02-28 19:23           ` Jeff Garzik
  2002-03-20  7:12             ` Ani Joshi
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2002-02-28 19:23 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Michael Cohen, linux-kernel, ajoshi

Marcelo Tosatti wrote:
> 
> On Thu, 28 Feb 2002, Jeff Garzik wrote:
> 
> > Marcelo Tosatti wrote:
> > > On Wed, 27 Feb 2002, Jeff Garzik wrote:
> > > > Marcelo Tosatti wrote:
> > > > > Please send that to the RivaFB maintainer.
> >
> > > > to be honest there really isn't one.....
> >
> > > Yes there is: Ani Joshi <ajoshi@shell.unixbox.com>.
> >
> > No, there isn't.  Ani volunteered for the position, then has been
> > ignoring patches sent to him for a year or more.   I used to be rivafb
> > maintainer (look at who wrote riva/fbdev.c...), then didn't have time.
> > When I asked around for a new maintainer, he claimed to take up the
> > position, but no patches have been forthcoming...
> >
> > Ferenc Bakonyi did a good bit of work, and IMO would be a good candidate
> > for maintainership, if he's still around.
> 
> I've been receing rivafb patches from him lately. For example, pre2 has a
> rivafb update.
> 
> In practice, from my point of view, he is maintaining the driver.

That's great!

I'm glad he's returned.

	Jeff



-- 
Jeff Garzik      | "UNIX enhancements aren't."
Building 1024    |           -- says /usr/games/fortune
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)]
  2002-02-28 19:23           ` Jeff Garzik
@ 2002-03-20  7:12             ` Ani Joshi
  0 siblings, 0 replies; 8+ messages in thread
From: Ani Joshi @ 2002-03-20  7:12 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel



On Thu, 28 Feb 2002, Jeff Garzik wrote:

> That's great!
>
> I'm glad he's returned.
>


I never went anywhere.  Blindly pushing patches into a driver isn't called
"maintaining"...



ani


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-03-20  7:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-26  2:00 Submissions for 2.4.19-pre [RivaFB Blanking Fix (Author Unknown)] Michael Cohen
2002-02-27 20:33 ` Marcelo Tosatti
2002-02-27 22:03   ` Jeff Garzik
2002-02-28 17:55     ` Marcelo Tosatti
2002-02-28 19:15       ` Jeff Garzik
2002-02-28 18:11         ` Marcelo Tosatti
2002-02-28 19:23           ` Jeff Garzik
2002-03-20  7:12             ` Ani Joshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox