diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-04-13 21:45:29 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-04-14 03:00:58 -0400 |
commit | 985826bccdcc381674a8b83c5d293b54f9a84551 (patch) | |
tree | 75bf172765de0ac11a6de70885dd68c0b9953a82 | |
parent | 5dd7fb771a6b1f00bce8a7f48f7aa4da5da01237 (diff) |
drm/nouveau/ce/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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c index 968daf1667e6..68be72a91e77 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c | |||
@@ -174,10 +174,10 @@ gm100_identify(struct nvkm_device *device) | |||
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; |
177 | #if 0 | ||
178 | device->oclass[NVDEV_ENGINE_CE0 ] = &gm204_ce0_oclass; | 177 | device->oclass[NVDEV_ENGINE_CE0 ] = &gm204_ce0_oclass; |
179 | device->oclass[NVDEV_ENGINE_CE1 ] = &gm204_ce1_oclass; | 178 | device->oclass[NVDEV_ENGINE_CE1 ] = &gm204_ce1_oclass; |
180 | device->oclass[NVDEV_ENGINE_CE2 ] = &gm204_ce2_oclass; | 179 | device->oclass[NVDEV_ENGINE_CE2 ] = &gm204_ce2_oclass; |
180 | #if 0 | ||
181 | device->oclass[NVDEV_ENGINE_MSVLD ] = &gk104_msvld_oclass; | 181 | device->oclass[NVDEV_ENGINE_MSVLD ] = &gk104_msvld_oclass; |
182 | device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; | 182 | device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; |
183 | device->oclass[NVDEV_ENGINE_MSPPP ] = &gf100_msppp_oclass; | 183 | device->oclass[NVDEV_ENGINE_MSPPP ] = &gf100_msppp_oclass; |