projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b89a07
)
drm/nvc0: more vm fault engines
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 28 Mar 2011 14:52:59 +0000
(
00:52
+1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 16 May 2011 00:47:28 +0000
(10:47 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvc0_fifo.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvc0_fifo.c
b/drivers/gpu/drm/nouveau/nvc0_fifo.c
index
2886f27
..
3eaf5d1
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvc0_fifo.c
+++ b/
drivers/gpu/drm/nouveau/nvc0_fifo.c
@@
-355,11
+355,18
@@
nvc0_fifo_init(struct drm_device *dev)
}
struct nouveau_enum nvc0_fifo_fault_unit[] = {
- { 0, "PGRAPH" },
- { 3, "PEEPHOLE" },
- { 4, "BAR1" },
- { 5, "BAR3" },
- { 7, "PFIFO" },
+ { 0x00, "PGRAPH" },
+ { 0x03, "PEEPHOLE" },
+ { 0x04, "BAR1" },
+ { 0x05, "BAR3" },
+ { 0x07, "PFIFO" },
+ { 0x10, "PBSP" },
+ { 0x11, "PPPP" },
+ { 0x13, "PCOUNTER" },
+ { 0x14, "PVP" },
+ { 0x15, "PCOPY0" },
+ { 0x16, "PCOPY1" },
+ { 0x17, "PDAEMON" },
{}
};