xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Thu May 17 21:23:13 PDT 2007


 src/radeon.h |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

New commits:
diff-tree 7940ec364f3cbf02ba64b92c74cbaad4555baf38 (from f71bfde7352ef858c1041037d7dc77c237e315a4)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Fri May 18 00:23:08 2007 -0400

    RADEON: cleanup

diff --git a/src/radeon.h b/src/radeon.h
index fde7f79..75dd234 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -402,7 +402,6 @@ typedef struct {
     unsigned long     FbMapSize;        /* Size of frame buffer, in bytes    */
     unsigned long     FbSecureSize;     /* Size of secured fb area at end of
                                            framebuffer */
-    /*int               Flags;*/            /* Saved copy of mode flags          */
 
     Bool              IsMobility;       /* Mobile chips for laptops */
     Bool              IsIGP;            /* IGP chips */
@@ -416,17 +415,7 @@ typedef struct {
 				/* EDID or BIOS values for FPs */
     int               PanelXRes;
     int               PanelYRes;
-#if 0
-    int               HOverPlus;
-    int               HSyncWidth;
-    int               HBlank;
-    int               VOverPlus;
-    int               VSyncWidth;
-    int               VBlank;
-    int               PanelPwrDly;
-    int               DotClock;
-#endif
-    // move these to crtc priv rec
+
     int               RefDivider;
     int               FeedbackDivider;
     int               PostDivider;
@@ -437,7 +426,7 @@ typedef struct {
     Bool              ddc2;
 
     RADEONPLLRec      pll;
-    /*RADEONTMDSPll     tmds_pll[4];*/
+
     int               RamWidth;
     float	      sclk;		/* in MHz */
     float	      mclk;		/* in MHz */


More information about the xorg-commit mailing list