projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fed3ea
)
drm/nouveau/fifo/gm206: enable support via gm204 code
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 14 Apr 2015 01:45:10 +0000
(11:45 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 14 Apr 2015 07:00:57 +0000
(17:00 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
b/drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
index
298a33c
..
968daf1
100644
(file)
--- 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)
device->oclass[NVDEV_SUBDEV_VOLT ] = &nv40_volt_oclass;
#endif
device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass;
-#if 0
- device->oclass[NVDEV_ENGINE_FIFO ] = gk208_fifo_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_DISP ] = gm204_disp_oclass;