Re: [Linux-fbdev-devel] [GEODE] Add framebuffer support for the AMD Geode LX

2007-07-11 Thread Antonino A. Daplas
On Tue, 2007-07-10 at 19:50 +0200, Ondrej Zajicek wrote: > On Mon, Jul 09, 2007 at 11:32:11AM -0600, Jordan Crouse wrote: > If don't support panning, it should ensure that > xres_virtual == xres and yres_virtual == yres > There is no rule for this, but the above suggestion is preferred. Tony -

Re: [Linux-fbdev-devel] [GEODE] Add framebuffer support for the AMD Geode LX

2007-07-10 Thread Ondrej Zajicek
On Mon, Jul 09, 2007 at 11:32:11AM -0600, Jordan Crouse wrote: > +const struct fb_videomode geode_modedb[] __initdata = { > + /* 640x480-60 */ > + { NULL, 60, 640, 480, 39682, 48, 8, 25, 2, 88, 2, > + FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, > + FB_VMODE_NONINTERLACED, 0 },