Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-15 Thread Anatolij Gustschin
Hello, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:24 Fri 15 Feb , Rodolfo Giometti wrote: >> On Thu, Feb 14, 2008 at 01:39:14AM +0100, Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: >> +#if 1 /* @ 60 Hz */ >> +mode->crtc_h_total_disp = 0x009f00d

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:24 Fri 15 Feb , Rodolfo Giometti wrote: > On Thu, Feb 14, 2008 at 01:39:14AM +0100, Wolfgang Denk wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > >> +#if 1 /* @ 60 Hz */ > > > >> + mode->crtc_h_total_disp = 0x009f00d2; > > > >> + mode->crtc_h_sy

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-15 Thread Rodolfo Giometti
On Thu, Feb 14, 2008 at 01:39:14AM +0100, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > >> +#if 1 /* @ 60 Hz */ > > >> +mode->crtc_h_total_disp = 0x009f00d2; > > >> +mode->crtc_h_sync_strt_wid = 0x000e0528; > > >> +mode->cr

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > >> +#if 1 /* @ 60 Hz */ > >> + mode->crtc_h_total_disp = 0x009f00d2; > >> + mode->crtc_h_sync_strt_wid = 0x000e0528; > >> + mode->crtc_v_total_disp = 0x03ff0429; > >> + mode->crtc_v_sync_strt_wid = 0x00030400; > >> +

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-13 Thread Anatolij Gustschin
Hello, Rodolfo Giometti wrote: > On Mon, Feb 11, 2008 at 08:42:08PM +0100, Anatolij Gustschin wrote: >> Adds ATI Radeon 9200 support for 1280x1024, 1024x768, >> 800x600, 640x480 at 24, 16 and 8 bpp. Hope this patch >> won't screw up X300 and X700 support. > > Can someone test/check this issue? :)

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-12 Thread Rodolfo Giometti
On Mon, Feb 11, 2008 at 08:42:08PM +0100, Anatolij Gustschin wrote: > Adds ATI Radeon 9200 support for 1280x1024, 1024x768, > 800x600, 640x480 at 24, 16 and 8 bpp. Hope this patch > won't screw up X300 and X700 support. Can someone test/check this issue? :) > Signed-off-by: Anatolij Gustschin <[E

[U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-11 Thread Anatolij Gustschin
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Hope this patch won't screw up X300 and X700 support. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/video/ati_radeon_fb.c | 401 +++-- 1 files chang