mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 13:38:04 +02:00
nouveau: revert unintended change.
This commit is contained in:
parent
677753047f
commit
9fdab5b5c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue