diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-05-01 22:38:41 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-07-04 23:43:33 -0400 |
commit | 9ec2dbba9fedbd1788849fb00d659ebdf549a4f8 (patch) | |
tree | 4abe4474aa670d0cb2be0344b2897f73f4898a5c /drivers/gpu | |
parent | 56fbd2b65446d4fb4df7770c49a70d563b7569c9 (diff) |
drm/nvf0/ce: enable support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/nouveau/core/engine/device/nve0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c b/drivers/gpu/drm/nouveau/core/engine/device/nve0.c index 10a4ee208009..90779120d9e9 100644 --- a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c +++ b/drivers/gpu/drm/nouveau/core/engine/device/nve0.c | |||
@@ -169,10 +169,10 @@ nve0_identify(struct nouveau_device *device) | |||
169 | device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass; | 169 | device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass; |
170 | #endif | 170 | #endif |
171 | device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass; | 171 | device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass; |
172 | #if 0 | ||
173 | device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass; | 172 | device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass; |
174 | device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass; | 173 | device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass; |
175 | device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; | 174 | device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; |
175 | #if 0 | ||
176 | device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass; | 176 | device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass; |
177 | device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass; | 177 | device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass; |
178 | device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; | 178 | device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; |