aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:18 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:40:38 +1000
commita65955e19e769e92a0e29cccdc29aea0b19f3809 (patch)
tree693246ecc9308178bfe68f2fd73ed659bd07eac3 /drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c
parentdrm/nouveau/fifo: remove dependence on namedb/engctx lookup (diff)
downloadlinux-dev-a65955e19e769e92a0e29cccdc29aea0b19f3809.tar.xz
linux-dev-a65955e19e769e92a0e29cccdc29aea0b19f3809.zip
drm/nouveau/gr: remove dependence on namedb/engctx lookup
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c
index 0a8d850051ee..39f42a1c2b78 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.c
@@ -34,8 +34,8 @@ struct nvkm_oclass
gm204_gr_sclass[] = {
{ FERMI_TWOD_A, &nvkm_object_ofuncs },
{ KEPLER_INLINE_TO_MEMORY_B, &nvkm_object_ofuncs },
- { MAXWELL_B, &gf100_fermi_ofuncs, gf100_gr_9097_omthds },
- { MAXWELL_COMPUTE_B, &nvkm_object_ofuncs, gf100_gr_90c0_omthds },
+ { MAXWELL_B, &gf100_fermi_ofuncs },
+ { MAXWELL_COMPUTE_B, &nvkm_object_ofuncs },
{}
};