dect
/
linux-2.6
Archived
13
0
Fork 0

drm/nouveau: oops, create m2mf for nvd9 too

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2012-03-27 14:41:04 +10:00
parent 3fa016a0b5
commit 4a206ffc0b
1 changed files with 1 additions and 1 deletions

View File

@ -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;