OSDN Git Service

nouveau: revert unintended change.
authorBen Skeggs <skeggsb@gmail.com>
Tue, 16 Oct 2007 03:43:57 +0000 (14:43 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Tue, 16 Oct 2007 03:43:57 +0000 (14:43 +1100)
shared-core/nouveau_mem.c

index 9769178..e2f0b38 100644 (file)
@@ -399,7 +399,8 @@ int nouveau_mem_init(struct drm_device *dev)
        }
 
        /*Note: this is *not* just NV50 code, but only used on NV50 for now */
-       if (dev_priv->gart_info.type == NOUVEAU_GART_NONE) {
+       if (dev_priv->gart_info.type == NOUVEAU_GART_NONE &&
+           dev_priv->card_type >= NV_50) {
                ret = nouveau_sgdma_init(dev);
                if (!ret) {
                        ret = nouveau_sgdma_nottm_hack_init(dev);