aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-04-13 21:45:10 -0400
committerBen Skeggs <bskeggs@redhat.com>2015-04-14 03:00:57 -0400
commit5dd7fb771a6b1f00bce8a7f48f7aa4da5da01237 (patch)
tree0c0fc83214007d831e8814d82cffd72ad61bca27
parent3fed3ea9fd8561ee7a5e6887bc087a4fd97c8e91 (diff)
drm/nouveau/fifo/gm206: enable support via gm204 code
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
index 298a33cd3c35..968daf1667e6 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
@@ -168,9 +168,9 @@ gm100_identify(struct nvkm_device *device)
168 device->oclass[NVDEV_SUBDEV_VOLT ] = &nv40_volt_oclass; 168 device->oclass[NVDEV_SUBDEV_VOLT ] = &nv40_volt_oclass;
169#endif 169#endif
170 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; 170 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass;
171#if 0 171 device->oclass[NVDEV_ENGINE_FIFO ] = gm204_fifo_oclass;
172 device->oclass[NVDEV_ENGINE_FIFO ] = gk208_fifo_oclass;
173 device->oclass[NVDEV_ENGINE_SW ] = gf100_sw_oclass; 172 device->oclass[NVDEV_ENGINE_SW ] = gf100_sw_oclass;
173#if 0
174 device->oclass[NVDEV_ENGINE_GR ] = gm107_gr_oclass; 174 device->oclass[NVDEV_ENGINE_GR ] = gm107_gr_oclass;
175#endif 175#endif
176 device->oclass[NVDEV_ENGINE_DISP ] = gm204_disp_oclass; 176 device->oclass[NVDEV_ENGINE_DISP ] = gm204_disp_oclass;