summaryrefslogtreecommitdiff
path: root/src/nv30_exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv30_exa.c')
-rw-r--r--src/nv30_exa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nv30_exa.c b/src/nv30_exa.c
index b132368..822bdd6 100644
--- a/src/nv30_exa.c
+++ b/src/nv30_exa.c
@@ -686,11 +686,11 @@ NVAccelInitNV30TCL(ScrnInfoPtr pScrn)
chipset &= 0xf;
if (NV30TCL_CHIPSET_3X_MASK & (1<<chipset))
- class = NV30_3D;
+ class = NV30_3D_CLASS;
else if (NV35TCL_CHIPSET_3X_MASK & (1<<chipset))
- class = NV35_3D;
+ class = NV35_3D_CLASS;
else if (NV30_3D_CHIPSET_3X_MASK & (1<<chipset))
- class = NV34_3D;
+ class = NV34_3D_CLASS;
else {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
"NV30EXA: Unknown chipset NV3%1x\n", chipset);