summaryrefslogtreecommitdiff
path: root/src/nouveau_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nouveau_xv.c')
-rw-r--r--src/nouveau_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c
index a43225c..9ada296 100644
--- a/src/nouveau_xv.c
+++ b/src/nouveau_xv.c
@@ -256,7 +256,7 @@ nouveau_xv_bo_realloc(ScrnInfoPtr pScrn, unsigned flags, unsigned size,
if (pNv->Architecture == NV_ARCH_50)
config.nv50.memtype = 0x70;
else
- if (pNv->Architecture == NV_ARCH_C0)
+ if (pNv->Architecture >= NV_ARCH_C0)
config.nvc0.memtype = 0xfe;
}
flags |= NOUVEAU_BO_MAP;