summaryrefslogtreecommitdiff
path: root/nvkm
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-05-02 12:38:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-07-05 10:16:51 +1000
commit0eaa711842d9d35de419435ff2967662c5386f46 (patch)
tree593ad1411c1fe53dc14334226f99f015980b71d0 /nvkm
parent137b322bb2e575ea9477e352db374b49981936db (diff)
ce/nvf0: enable support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm')
-rw-r--r--nvkm/engine/device/nve0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/engine/device/nve0.c b/nvkm/engine/device/nve0.c
index 10a4ee20..90779120 100644
--- a/nvkm/engine/device/nve0.c
+++ b/nvkm/engine/device/nve0.c
@@ -169,10 +169,10 @@ nve0_identify(struct nouveau_device *device)
device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass;
#endif
device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass;
-#if 0
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass;
+#if 0
device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass;
device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass;
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;