[PATCH xserver 5/7] xfree86: Remove memClk from ScrnInfoRec

Adam Jackson ajax at redhat.com
Tue Feb 14 20:30:54 UTC 2017


Never set by the core, not used in any modern driver.

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/xf86str.h  | 1 -
 hw/xfree86/doc/ddxDesign.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index b060575..295a1ae 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -649,7 +649,6 @@ typedef struct _ScrnInfoRec {
     int videoRam;               /* amount of video ram (kb) */
     unsigned long memPhysBase;  /* Physical address of FB */
     unsigned long fbOffset;     /* Offset of FB in the above */
-    int memClk;                 /* memory clock */
     Bool flipPixels;            /* swap default black/white */
     void *options;
 
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index 0a14139..ac56e08 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -1209,7 +1209,6 @@ Here is what <function>InitOutput()</function> does:
           clock[]               (if not programmable)
           videoRam
           memBase
-          memClk
           driverPrivate
           chipID
           chipRev
-- 
2.9.3



More information about the xorg-devel mailing list