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
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
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
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;
> >> +
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? :)
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
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