RE: [Xpert]!! Correction for i810 driver !!

2002-10-23 Thread Egbert Eich
; 0x3ff) - 31; > } else { >i810Reg->OverlayActiveStart = mode->CrtcHTotal - 32; > i810Reg->OverlayActiveEnd = mode->CrtcHDisplay - 32; > } > > > -Original Message- > From: Egbert Eich [mailto:eich@;XFree86.Org] >

RE: proof-reader's report on RE: [Xpert]!! Correction for i810 driver !!

2002-10-16 Thread Sottek, Matthew J
in the first place... oh well, best intentions sometimes don't work out. -Matt -Original Message- From: Dr Andrew C Aitchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:36 AM To: '[EMAIL PROTECTED]' Cc: Sebastien BASTARD; '[EMAIL PROTECTED]' Su

proof-reader's report on RE: [Xpert]!! Correction for i810 driver!!

2002-10-16 Thread Dr Andrew C Aitchison
On Wed, 16 Oct 2002, Sottek, Matthew J wrote: This proof-reader suggests: sed -e s/temp/tv_htotal/g > File : xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c > Somewhere near line 1522 > > unsigned int lcdtv_c=0; > unsigned int tv_htotal=0; > > /* OVRACT

RE: [Xpert]!! Correction for i810 driver !!

2002-10-16 Thread Sottek, Matthew J
t;CrtcHDisplay - 32; } -Original Message- From: Egbert Eich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:44 AM To: [EMAIL PROTECTED] Cc: Sebastien BASTARD Subject: RE: [Xpert]!! Correction for i810 driver !! Hi Matthew, thanks for following up on this. Sottek, Ma

RE: [Xpert]!! Correction for i810 driver !!

2002-10-16 Thread Egbert Eich
Hi Matthew, thanks for following up on this. Sottek, Matthew J writes: > Egbert, > Actually... I'm thinking there is a problem with this way too. We need > another "if" in there. i.e. > > if((tv is on) && (vbios left a set of TV timings for us)) { >use TV regs; > } else { >use

RE: [Xpert]!! Correction for i810 driver !!

2002-10-15 Thread Sottek, Matthew J
ber 15, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: RE: [Xpert]!! Correction for i810 driver !! Sottek, Matthew J writes: > Actually... > I am not sure that reg 0x6 will be set in all cases. I may only be > programmed if there is a TVout controller present in the system. Doing

RE: [Xpert]!! Correction for i810 driver !!

2002-10-15 Thread Egbert Eich
Sottek, Matthew J writes: > Actually... > I am not sure that reg 0x6 will be set in all cases. I may only be > programmed if there is a TVout controller present in the system. Doing > it this way is safer. Maybe someone looking for a task can make a diff out > of this and submit it to t

RE: [Xpert]!! Correction for i810 driver !!

2002-10-15 Thread Sottek, Matthew J
Actually... I am not sure that reg 0x6 will be set in all cases. I may only be programmed if there is a TVout controller present in the system. Doing it this way is safer. Maybe someone looking for a task can make a diff out of this and submit it to the patches list? -Matt File : xc/progr