From: Russell King <rmk@arm.linux.org.uk>
To: Petr Vandrovec <vandrove@vc.cvut.cz>,
James Simmons <jsimmons@transvirtual.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: [PATCH] 5: 2.5.29-matrox
Date: Sat, 03 Aug 2002 19:16:16 +0100 [thread overview]
Message-ID: <E17b3Ro-0006wN-00@flint.arm.linux.org.uk> (raw)
This patch has been verified to apply cleanly to 2.5.30
Obvious bug descovered by Dirk Uffmann, patch ARM Linux patch system, id 1129/1.
Dirk says:
Patch already discussed with Petr Vandrovec. Gave his o.k. to it.
drivers/video/matrox/matroxfb_misc.c | 2 +-
1 files changed, 1 insertion, 1 deletion
diff -urN orig/drivers/video/matrox/matroxfb_misc.c linux/drivers/video/matrox/matroxfb_misc.c
--- orig/drivers/video/matrox/matroxfb_misc.c Tue Mar 5 20:01:03 2002
+++ linux/drivers/video/matrox/matroxfb_misc.c Sat Apr 27 21:29:57 2002
@@ -872,7 +872,7 @@
mult = bd->pins[4]?8000:6000;
MINFO->limits.pixel.vcomax = (bd->pins[ 38] == 0xFF) ? 600000 : bd->pins[ 38] * mult;
- MINFO->limits.system.vcomax = (bd->pins[ 36] == 0xFF) ? MINFO->limits.pixel.vcomax : bd->pins[ 39] * mult;
+ MINFO->limits.system.vcomax = (bd->pins[ 36] == 0xFF) ? MINFO->limits.pixel.vcomax : bd->pins[ 36] * mult;
MINFO->limits.video.vcomax = (bd->pins[ 37] == 0xFF) ? MINFO->limits.system.vcomax : bd->pins[ 37] * mult;
MINFO->limits.pixel.vcomin = (bd->pins[123] == 0xFF) ? 256000 : bd->pins[123] * mult;
MINFO->limits.system.vcomin = (bd->pins[121] == 0xFF) ? MINFO->limits.pixel.vcomin : bd->pins[121] * mult;
next reply other threads:[~2002-08-03 18:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-03 18:16 Russell King [this message]
2002-08-06 17:26 ` James Simmons
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=E17b3Ro-0006wN-00@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=jsimmons@transvirtual.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vandrove@vc.cvut.cz \
/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
all inboxes | Powered by JetHome®