linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: "Carlo E. Prelz" <fluido@fluido.as>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Mixing g400 dualhead and old Millennium.
Date: Mon, 14 Oct 2002 14:54:40 +0200	[thread overview]
Message-ID: <20021014125440.GA2171@vana.vc.cvut.cz> (raw)
In-Reply-To: <20021014055053.GA1953@casa.fluido.as>

On Mon, Oct 14, 2002 at 07:50:53AM +0200, Carlo E. Prelz wrote:
> --- lspciold	Mon Oct 14 07:30:53 2002
> +++ lspcinew	Mon Oct 14 07:35:09 2002
> @@ -17,7 +17,7 @@
>  10: 08 00 00 e8 00 00 00 e4 00 00 00 e5 00 00 00 00
>  20: 00 00 00 00 00 00 00 00 00 00 00 00 2b 10 7d 21
>  30: 00 00 00 00 dc 00 00 00 00 00 00 00 0b 01 10 20
> -40: 20 00 04 00 00 3c 00 00 2b ff ff 2b 00 00 00 00
> +40: 20 08 04 00 00 3c 00 00 2b ff ff 2b 00 00 00 00

Oops.

>   OPTION flags:                  0xC2

Small mistake. Please apply patch below, it should fix your
problem.
						Best regards,
							Petr Vandrovec
							vandrove@vc.cvut.cz


--- linux-2.5.41-c748/drivers/video/matrox/matroxfb_misc.c.orig	2002-10-10 18:11:14.000000000 +0200
+++ linux-2.5.41-c748/drivers/video/matrox/matroxfb_misc.c	2002-10-14 14:50:29.000000000 +0200
@@ -849,7 +849,7 @@
 					  ( bd->pins[86]        & 0x0000000F);
 	MINFO->values.reg.opt		= ((bd->pins[53] << 15) & 0x00400000) |
 					  ((bd->pins[53] << 22) & 0x10000000) |
-					  ((bd->pins[53] << 10) & 0x00001C00);
+					  ((bd->pins[53] <<  7) & 0x00001C00);
 	MINFO->values.reg.opt3		= get_u32(bd->pins + 67);
 	MINFO->values.pll.system	= (bd->pins[ 65] == 0xFF) ? 200000 			: bd->pins[ 65] * 4000;
 	MINFO->features.pll.ref_freq	= (bd->pins[ 92] & 0x01) ? 14318 : 27000;


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

  reply	other threads:[~2002-10-14 12:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-12 15:36 Mixing g400 dualhead and old Millennium Carlo E. Prelz
2002-10-13  0:13 ` Petr Vandrovec
2002-10-13 14:15   ` Carlo E. Prelz
2002-10-13 14:56     ` Petr Vandrovec
2002-10-13 15:14       ` Carlo E. Prelz
2002-10-13 16:07       ` Carlo E. Prelz
2002-10-13 22:35         ` Petr Vandrovec
2002-10-14  5:50           ` Carlo E. Prelz
2002-10-14 12:54             ` Petr Vandrovec [this message]
2002-10-14 14:53               ` Carlo E. Prelz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021014125440.GA2171@vana.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=fluido@fluido.as \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).