Re: [PATCH] framebuffer: Remove old radeon driver

From: David S. Miller
Date: Fri Jan 27 2006 - 23:44:48 EST


From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Jan 2006 15:09:52 +1100

> On Sat, 2006-01-28 at 00:13 +0100, Michael Hanselmann wrote:
> > This patch removes the old radeon driver which has been replaced by a
> > newer one.
> >
> > Signed-off-by: Michael Hanselmann <linux-kernel@xxxxxxxxx>
>
> Acked-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>

I have no problem with this, but I want to point out one
artifact of the current Radeon driver which drivers me nuts
:-)

The radeon_screen_blank() routine returns error codes back
to the X server which handily confuses it, making it
impossible to unblank the screen unless X has taken it
all the way to power-off or somesuch. The comment above
this problematic code states:

/* let fbcon do a soft blank for us */
return (blank == FB_BLANK_NORMAL) ? -EINVAL : 0;

There has to be a better way to do this, which doesn't break
X when run via fbcon. :-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/