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:
aae95ca
)
drm/nvc8/mc: msi rearm is via the nvc0 method
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 11 Nov 2013 02:40:27 +0000
(12:40 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 14 Nov 2013 04:55:05 +0000
(14:55 +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 606598f226fc27ce69b85ce2cd00280a237839ef..8d06eef2b9ee02f7b3d895c8d7a37bfd6e022924 100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
+++ b/
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c
@@
-256,7
+256,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;