Keith Whitwell wrote:
Bellegueulle Damien wrote:

--- radeon_driver.c.orig    2003-09-21 12:39:25.952390342 +0200
+++ radeon_driver.c    2003-09-21 12:27:08.000000000 +0200
@@ -1058,7 +1058,7 @@
         info->PanelPwrDly = RADEON_BIOS16(tmp+44);
         if (info->PanelPwrDly > 2000 || info->PanelPwrDly < 0)
         info->PanelPwrDly = 2000;
-        for (i = 0; i < 20; i++) {
+        for (i = 0; i < 21; i++) {
         tmp0 = RADEON_BIOS16(tmp+64+i*2);
         if (tmp0 == 0) break;
         if ((RADEON_BIOS16(tmp0) == info->PanelXRes) &&



Bellegueulle,

Can you tell us a little more about what problem this fixes and why you think it's a good fix? There's not much information to go on here...

Have you tried a current CVS version of the dri drivers? This looks like a patch against a quite different version (although the '20' is still there).


Please note that our cvs host has changed to freedesktop.org.

Keith



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to