summaryrefslogtreecommitdiff
path: root/src/amd_gx_driver.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-05-31 15:07:29 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-05-31 15:07:29 -0400
commit6350e6e2bdc42aa7220d3101111a3bcc0a9b864a (patch)
tree71bb4f19fd7453f4217c373bb4a593c73e45ed4a /src/amd_gx_driver.c
parent506a23c3618905cbcc1c767b9e388ca86706bc73 (diff)
DCON detection cleanup and generification.
Diffstat (limited to 'src/amd_gx_driver.c')
-rw-r--r--src/amd_gx_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd_gx_driver.c b/src/amd_gx_driver.c
index a739019..30047ea 100644
--- a/src/amd_gx_driver.c
+++ b/src/amd_gx_driver.c
@@ -555,7 +555,7 @@ GXPreInit(ScrnInfoPtr pScrni, int flags)
/* Set up the panel */
- if (gx_dcon_init(pScrni)) {
+ if (dcon_init(pScrni)) {
pGeode->Panel = TRUE;
} else if (pGeode->Panel) {
if (panelgeo != NULL) {