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-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 - To

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

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 }, +

[GEODE] Add framebuffer support for the AMD Geode LX

2007-07-09 Thread Jordan Crouse
they have had a chance to soak a little bit more in the OLPC tree. Jordan GEODE: Add framebuffer support for the AMD Geode LX From: Jordan Crouse <[EMAIL PROTECTED]> Add framebuffer support for the AMD Geode LX graphics engine. Signed-off-by: Jordan Crouse <[EMAIL PROTECTED]> --- d

[GEODE] Add framebuffer support for the AMD Geode LX

2007-07-09 Thread Jordan Crouse
they have had a chance to soak a little bit more in the OLPC tree. Jordan GEODE: Add framebuffer support for the AMD Geode LX From: Jordan Crouse [EMAIL PROTECTED] Add framebuffer support for the AMD Geode LX graphics engine. Signed-off-by: Jordan Crouse [EMAIL PROTECTED] --- drivers/video/geode