aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_fifo.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-03-28 10:52:59 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-05-15 20:47:28 -0400
commit7a313473624d92c03d20715642ba6677cc3541d0 (patch)
treed2d87d8aeccf630d177cdf8e342930f50bbff5ad /drivers/gpu/drm/nouveau/nvc0_fifo.c
parent0b89a072f942412c45d00f74e7e789e019e5de2c (diff)
drm/nvc0: more vm fault engines
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_fifo.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_fifo.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_fifo.c b/drivers/gpu/drm/nouveau/nvc0_fifo.c
index 2886f2726a9e..3eaf5d1e01cc 100644
--- 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)
355} 355}
356 356
357struct nouveau_enum nvc0_fifo_fault_unit[] = { 357struct nouveau_enum nvc0_fifo_fault_unit[] = {
358 { 0, "PGRAPH" }, 358 { 0x00, "PGRAPH" },
359 { 3, "PEEPHOLE" }, 359 { 0x03, "PEEPHOLE" },
360 { 4, "BAR1" }, 360 { 0x04, "BAR1" },
361 { 5, "BAR3" }, 361 { 0x05, "BAR3" },
362 { 7, "PFIFO" }, 362 { 0x07, "PFIFO" },
363 { 0x10, "PBSP" },
364 { 0x11, "PPPP" },
365 { 0x13, "PCOUNTER" },
366 { 0x14, "PVP" },
367 { 0x15, "PCOPY0" },
368 { 0x16, "PCOPY1" },
369 { 0x17, "PDAEMON" },
363 {} 370 {}
364}; 371};
365 372