Re: [PATCH] radeonfb: Fix mode setting on CRT monitors

2005-03-28 Thread Benjamin Herrenschmidt
On Mon, 2005-03-28 at 14:03 +0200, Brice Goglin wrote: > Benjamin Herrenschmidt a écrit : > > Hi ! > > > > Current radeonfb is a bit "anal" about accepting CRT modes, it basically > > only > > accepts modes that have the exact resolution, which tends to break with > > fbcon > > on console switch

Re: [PATCH] radeonfb: Fix mode setting on CRT monitors

2005-03-28 Thread Brice Goglin
Benjamin Herrenschmidt a écrit : Hi ! Current radeonfb is a bit "anal" about accepting CRT modes, it basically only accepts modes that have the exact resolution, which tends to break with fbcon on console switches as it provides "approximate" modes. This patch fixes it by having the driver chose th

[PATCH] radeonfb: Fix mode setting on CRT monitors

2005-03-27 Thread Benjamin Herrenschmidt
Hi ! Current radeonfb is a bit "anal" about accepting CRT modes, it basically only accepts modes that have the exact resolution, which tends to break with fbcon on console switches as it provides "approximate" modes. This patch fixes it by having the driver chose the closest possible mode instead