Commit 4a206ffc authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: oops, create m2mf for nvd9 too

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3fa016a0
......@@ -642,7 +642,7 @@ nouveau_card_channel_init(struct drm_device *dev)
OUT_RING (chan, chan->vram_handle);
OUT_RING (chan, chan->gart_handle);
} else
if (dev_priv->card_type <= NV_C0) {
if (dev_priv->card_type <= NV_D0) {
ret = nouveau_gpuobj_gr_new(chan, 0x9039, 0x9039);
if (ret)
goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment