summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/device
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-11-05 14:49:49 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-01-23 13:38:36 +1000
commit96616b4cafc575f5a1f946993f61a08955fddd9b (patch)
tree14b6ed6594161f8c437825bc0f7a56eeddd1f730 /drivers/gpu/drm/nouveau/core/engine/device
parentdaa9ab5821618f811fe2bacfcd578786f4bd4f05 (diff)
downloadop-kernel-dev-96616b4cafc575f5a1f946993f61a08955fddd9b.zip
op-kernel-dev-96616b4cafc575f5a1f946993f61a08955fddd9b.tar.gz
drm/nv108/gr: initial support (need external fuc)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/engine/device')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/device/nve0.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c b/drivers/gpu/drm/nouveau/core/engine/device/nve0.c
index 9ee0fbc..ae8d3c1 100644
--- a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c
+++ b/drivers/gpu/drm/nouveau/core/engine/device/nve0.c
@@ -213,10 +213,8 @@ nve0_identify(struct nouveau_device *device)
device->oclass[NVDEV_SUBDEV_VOLT ] = &nv40_volt_oclass;
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
device->oclass[NVDEV_ENGINE_FIFO ] = nv108_fifo_oclass;
-#if 0
device->oclass[NVDEV_ENGINE_SW ] = nvc0_software_oclass;
- device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass;
-#endif
+ device->oclass[NVDEV_ENGINE_GR ] = nv108_graph_oclass;
device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass;
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
OpenPOWER on IntegriCloud