summaryrefslogtreecommitdiff
path: root/src/mga_2064_output.c
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2007-08-01 22:31:47 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2007-08-01 22:31:47 +0200
commitcda9ccbe2723c13052f48aed516f07263a02d347 (patch)
tree88b9c34fa2490f6ef9d0da1774e9219f0649d745 /src/mga_2064_output.c
parent71c5c6de8c1fa39cfd668348ad0c02b913eb205e (diff)
Fixed CRTC and output instantiation.
Now the G-class crtc and outputs are actually only used on G-class cards. Also hooked up the 2064 crtc and output.
Diffstat (limited to 'src/mga_2064_output.c')
-rw-r--r--src/mga_2064_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_2064_output.c b/src/mga_2064_output.c
index d4c655c..d2d148c 100644
--- a/src/mga_2064_output.c
+++ b/src/mga_2064_output.c
@@ -172,7 +172,7 @@ output_destroy(xf86OutputPtr output)
}
xf86OutputPtr
-MgaOutput2064New(ScrnInfoPtr scrn)
+Mga2064OutputInit(ScrnInfoPtr scrn)
{
MGAPtr pMga = MGAPTR(scrn);
xf86OutputPtr output;