summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/engine/device/gm100.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-03-26 09:28:34 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-04-14 16:36:53 +1000
commit40c582986fda58c8b9d5a1f44578a2a275e09132 (patch)
tree105883b4b82cc8f7a41057cd815cd5b18384994d /drm/nouveau/nvkm/engine/device/gm100.c
parente163da416900c9babdb5de7369940c802de322a1 (diff)
downloadnouveau-40c582986fda58c8b9d5a1f44578a2a275e09132.tar.gz
gr/gm204: initial init+ctx code
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/engine/device/gm100.c')
-rw-r--r--drm/nouveau/nvkm/engine/device/gm100.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drm/nouveau/nvkm/engine/device/gm100.c b/drm/nouveau/nvkm/engine/device/gm100.c
index b66b1c6d5..298a33cd3 100644
--- a/drm/nouveau/nvkm/engine/device/gm100.c
+++ b/drm/nouveau/nvkm/engine/device/gm100.c
@@ -129,9 +129,7 @@ gm100_identify(struct nvkm_device *device)
device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass;
device->oclass[NVDEV_ENGINE_FIFO ] = gm204_fifo_oclass;
device->oclass[NVDEV_ENGINE_SW ] = gf100_sw_oclass;
-#if 0
- device->oclass[NVDEV_ENGINE_GR ] = gm107_gr_oclass;
-#endif
+ device->oclass[NVDEV_ENGINE_GR ] = gm204_gr_oclass;
device->oclass[NVDEV_ENGINE_DISP ] = gm204_disp_oclass;
device->oclass[NVDEV_ENGINE_CE0 ] = &gm204_ce0_oclass;
device->oclass[NVDEV_ENGINE_CE1 ] = &gm204_ce1_oclass;