Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179907
b: refs/heads/master
c: d051bbb
h: refs/heads/master
i:
  179905: 1fe6c40
  179903: ab683f3
v: v3
  • Loading branch information
Luca Barbieri authored and Ben Skeggs committed Jan 17, 2010
1 parent d27e080 commit 0e135cc
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 0d92971dd6973d865a873c24df2d7bfe06ec4486
refs/heads/master: d051bbb22e9d8e87e2a5b8efb176d1bfd0f7feee
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,13 @@ nouveau_pgraph_intr_error(struct drm_device *dev, uint32_t nsource)
if (nsource & NV03_PGRAPH_NSOURCE_ILLEGAL_MTHD) {
if (nouveau_pgraph_intr_swmthd(dev, &trap))
unhandled = 1;
} else if (nsource & NV03_PGRAPH_NSOURCE_DMA_VTX_PROTECTION) {
uint32_t v = nv_rd32(dev, 0x402000);
nv_wr32(dev, 0x402000, v);

/* dump the error anyway for now: it's useful for
Gallium development */
unhandled = 1;
} else {
unhandled = 1;
}
Expand Down

0 comments on commit 0e135cc

Please sign in to comment.