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:
8a25835
)
drm/nv50/mc: include vp in the fb error reporting mask
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sat, 27 Jul 2013 04:26:59 +0000
(
00:26
-0400)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 30 Jul 2013 03:04:25 +0000
(13:04 +1000)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
b/drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
index 0cb322a5e72cdaab4f29dc7f2e6306963c110ba0..f25fc5fc7dd11a773e6743a3df5d3ae5e1235532 100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
+++ b/
drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
@@
-41,7
+41,7
@@
nv50_mc_intr[] = {
{ 0x04000000, NVDEV_ENGINE_DISP },
{ 0x10000000, NVDEV_SUBDEV_BUS },
{ 0x80000000, NVDEV_ENGINE_SW },
- { 0x000
0
d101, NVDEV_SUBDEV_FB },
+ { 0x000
2
d101, NVDEV_SUBDEV_FB },
{},
};