aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_state.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-05-04 17:16:46 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-05-24 16:56:24 +1000
commit0c75f332e50949b62add5d5fc3f7ee4829c8972a (patch)
tree116f12edcda4b28a2c78d7d984fc62fb511caaf2 /drivers/gpu/drm/nouveau/nouveau_state.c
parentdrm/nvc0/ttm: use copy engines for async buffer moves (diff)
downloadlinux-dev-0c75f332e50949b62add5d5fc3f7ee4829c8972a.tar.xz
linux-dev-0c75f332e50949b62add5d5fc3f7ee4829c8972a.zip
drm/nvd9/copy: initialise copy engine, seems to work like nvc0
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_state.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_state.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c
index 9b4c900a3f30..f14abb14a5c9 100644
--- a/drivers/gpu/drm/nouveau/nouveau_state.c
+++ b/drivers/gpu/drm/nouveau/nouveau_state.c
@@ -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;