summaryrefslogtreecommitdiff
path: root/src/nv40_exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv40_exa.c')
-rw-r--r--src/nv40_exa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nv40_exa.c b/src/nv40_exa.c
index 258f5cf..ac98ed1 100644
--- a/src/nv40_exa.c
+++ b/src/nv40_exa.c
@@ -618,16 +618,16 @@ NVAccelInitNV40TCL(ScrnInfoPtr pScrn)
if ((chipset & 0xf0) == NV_ARCH_40) {
chipset &= 0xf;
if (NV30_3D_CHIPSET_4X_MASK & (1<<chipset))
- class = NV40_3D;
+ class = NV40_3D_CLASS;
else if (NV44TCL_CHIPSET_4X_MASK & (1<<chipset))
- class = NV44_3D;
+ class = NV44_3D_CLASS;
else {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
"NV40EXA: Unknown chipset NV4%1x\n", chipset);
return FALSE;
}
} else if ( (chipset & 0xf0) == 0x60) {
- class = NV44_3D;
+ class = NV44_3D_CLASS;
} else
return TRUE;