summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-02-14 15:30:54 -0500
committerAdam Jackson <ajax@redhat.com>2017-02-16 11:35:03 -0500
commit4dcf68e41857cdf78387a6232160cba5cb467fb0 (patch)
tree69a71c7f6d571373fa6ea6f841f6c3699687a20b
parent0b6f2806029493afa246b4472ee88fc173976c5a (diff)
xfree86: Remove memClk from ScrnInfoRec
Never set by the core, not used in any modern driver. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--hw/xfree86/common/xf86str.h1
-rw-r--r--hw/xfree86/doc/ddxDesign.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index b06057522..295a1ae01 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 0a141393a..ac56e080d 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