summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorBen Skeggs2013-07-04 09:37:23 +0200
committerBen Skeggs2013-07-05 05:44:43 +0200
commit0bfd6f734a99ce2c7217571c45c2456ae1da63c3 (patch)
tree16fd364c21658ad8873fd66800891dc45a940e27 /drivers/gpu
parentdrm/nvf0-/gr: ctxsw scratch reg count got bumped to 16 (diff)
downloadkernel-qcow2-linux-0bfd6f734a99ce2c7217571c45c2456ae1da63c3.tar.gz
kernel-qcow2-linux-0bfd6f734a99ce2c7217571c45c2456ae1da63c3.tar.xz
kernel-qcow2-linux-0bfd6f734a99ce2c7217571c45c2456ae1da63c3.zip
drm/nvd7/devinit: use fermi class, not tesla
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/device/nvc0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c b/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
index 73d0db8e1d2c..418f51f50d7a 100644
--- a/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
+++ b/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
@@ -291,7 +291,7 @@ nvc0_identify(struct nouveau_device *device)
device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass;
device->oclass[NVDEV_SUBDEV_THERM ] = &nvd0_therm_oclass;
device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
- device->oclass[NVDEV_SUBDEV_DEVINIT] = &nv50_devinit_oclass;
+ device->oclass[NVDEV_SUBDEV_DEVINIT] = &nvc0_devinit_oclass;
device->oclass[NVDEV_SUBDEV_MC ] = &nvc0_mc_oclass;
device->oclass[NVDEV_SUBDEV_BUS ] = &nvc0_bus_oclass;
device->oclass[NVDEV_SUBDEV_TIMER ] = &nv04_timer_oclass;