* [PATCH] 5: 2.5.29-matrox
@ 2002-08-03 18:16 Russell King
2002-08-06 17:26 ` James Simmons
0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2002-08-03 18:16 UTC (permalink / raw)
To: Petr Vandrovec, James Simmons; +Cc: linux-kernel
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 5: 2.5.29-matrox
2002-08-03 18:16 [PATCH] 5: 2.5.29-matrox Russell King
@ 2002-08-06 17:26 ` James Simmons
0 siblings, 0 replies; 2+ messages in thread
From: James Simmons @ 2002-08-06 17:26 UTC (permalink / raw)
To: Russell King, Petr Vandrovec, James Simmons; +Cc: linux-kernel
> 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.
Added to fbdev BK. Will be pushing soon.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-06 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-03 18:16 [PATCH] 5: 2.5.29-matrox Russell King
2002-08-06 17:26 ` James Simmons
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®