Commit 0c75f332 authored by Ben Skeggs's avatar Ben Skeggs

drm/nvd9/copy: initialise copy engine, seems to work like nvc0

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 1a46098e
......@@ -737,8 +737,9 @@ nouveau_card_init(struct drm_device *dev)
}
break;
case NV_C0:
nvc0_copy_create(dev, 0);
nvc0_copy_create(dev, 1);
case NV_D0:
nvc0_copy_create(dev, 0);
break;
default:
break;
......
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