Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218183
b: refs/heads/master
c: 1da2656
h: refs/heads/master
i:
  218181: c8fa980
  218179: add337b
  218175: 25c3c47
v: v3
  • Loading branch information
Ben Skeggs committed Sep 24, 2010
1 parent d5f5440 commit f00cd1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d96773e7b61d9976b8227e018a1c94fb7374e641
refs/heads/master: 1da265662db0306d04efb5f687c2992e40d1b85c
8 changes: 8 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ nouveau_fifo_irq_handler(struct drm_device *dev)
nv_wr32(dev, NV04_PFIFO_CACHE1_PULL0, 1);
}

if (dev_priv->card_type == NV_50) {
if (status & 0x00000010) {
nv50_fb_vm_trap(dev, 1, "PFIFO_BAR_FAULT");
status &= ~0x00000010;
nv_wr32(dev, 0x002100, 0x00000010);
}
}

if (status) {
NV_INFO(dev, "PFIFO_INTR 0x%08x - Ch %d\n",
status, chid);
Expand Down

0 comments on commit f00cd1c

Please sign in to comment.