projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854cc0e
)
drm/nvce/mc: fix msi rearm on GF114
author
Sid Boyce
<sboyce@blueyonder.co.uk>
Sun, 5 Jan 2014 23:12:05 +0000
(09:12 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 7 Jan 2014 03:37:54 +0000
(13:37 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
b/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
index
8d06eef
..
dbc5e33
100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
+++ b/
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
@@
-161,7
+161,7
@@
nvc0_identify(struct nouveau_device *device)
device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass;
device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
device->oclass[NVDEV_SUBDEV_DEVINIT] = &nvc0_devinit_oclass;
- device->oclass[NVDEV_SUBDEV_MC ] = nvc
3
_mc_oclass;
+ device->oclass[NVDEV_SUBDEV_MC ] = nvc
0
_mc_oclass;
device->oclass[NVDEV_SUBDEV_BUS ] = nvc0_bus_oclass;
device->oclass[NVDEV_SUBDEV_TIMER ] = &nv04_timer_oclass;
device->oclass[NVDEV_SUBDEV_FB ] = nvc0_fb_oclass;