xf86-video-ati: Branch 'master'

Henry Zhao henryz at kemper.freedesktop.org
Fri Jun 15 16:04:13 PDT 2007


 src/radeon_driver.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 80313621ffa8c409ae63fc1b28c15fc4abdc3a7b (from f19a6f7ee5bf4ec632e7813359f167599c08e823)
Author: Henry Zhao <henryz at localhost.localdomain>
Date:   Fri Jun 15 17:00:05 2007 -0700

    Update CRT2pScrn->monitor->Last to reflect the
    last mode of CRT2pScrn. See bug 11278.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 071411b..caa478e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -7349,6 +7349,7 @@ RADEONGetMergedFBOptions(ScrnInfoPtr pSc
 	         currentm = newm;
 	         tempm = tempm->next;
 	  }
+	  info->CRT2pScrn->monitor->Last = currentm;
 
 	  /* xf86SetDDCproperties(info->CRT2pScrn, pRADEONEnt->MonInfo2); */
 


More information about the xorg-commit mailing list