summaryrefslogtreecommitdiff
path: root/src/amd.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-01-08 15:23:59 -0500
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-01-08 15:23:59 -0500
commitcb69ce0f54569c68c79173e144c3c90e46e64f8b (patch)
treed4f1653568d44bdfdc71f8f6b7dc7e7b681941d8 /src/amd.h
parentc4f21aaaaf6d101e7c8828e246e06be3ff0591c3 (diff)
Minor DCON fixes.
Wire up the DCON init to GXPreInit, and set the panel geometry appropriately if found.
Diffstat (limited to 'src/amd.h')
-rw-r--r--src/amd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd.h b/src/amd.h
index cee73e2..43fec06 100644
--- a/src/amd.h
+++ b/src/amd.h
@@ -515,5 +515,6 @@ GX_GeodeOpts;
#define DCON_DEFAULT_YRES 900
#define DCON_DEFAULT_BPP 16
#define DCON_DEFAULT_REFRESH 50
+extern Bool gx_dcon_init(ScrnInfoPtr pScrni);
#endif /* _AMD_GEODE_H_ */