projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56fbd2b
)
drm/nvf0/ce: enable support
author
Ben Skeggs
<
[email protected]
>
Thu, 2 May 2013 02:38:41 +0000
(12:38 +1000)
committer
Ben Skeggs
<
[email protected]
>
Fri, 5 Jul 2013 03:43:33 +0000
(13:43 +1000)
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/core/engine/device/nve0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/engine/device/nve0.c
b/drivers/gpu/drm/nouveau/core/engine/device/nve0.c
index 10a4ee208009e24d95afd95c4dc8a26c42533433..90779120d9e9a746ad1afacec8bac4985ac12a11 100644
(file)
--- 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)
device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass;
#endif
device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass;
-#if 0
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass;
+#if 0
device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass;
device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass;
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;