nouveau: revert unintended change.
parent
677753047f
commit
9fdab5b5c5
|
@ -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 */
|
/*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);
|
ret = nouveau_sgdma_init(dev);
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
ret = nouveau_sgdma_nottm_hack_init(dev);
|
ret = nouveau_sgdma_nottm_hack_init(dev);
|
||||||
|
|
Loading…
Reference in New Issue