Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163993
b: refs/heads/master
c: a513c18
h: refs/heads/master
i:
  163991: fe51c93
v: v3
  • Loading branch information
Jerome Glisse authored and Dave Airlie committed Sep 10, 2009
1 parent 9a5ca9f commit f90b593
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 905b68223be18937159a29b354e6a332952ff952
refs/heads/master: a513c184d99fe10e7b20771ef86f5f807769318f
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/radeon/r100.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ int r100_irq_process(struct radeon_device *rdev)
if (!status) {
return IRQ_NONE;
}
if (rdev->shutdown) {
return IRQ_NONE;
}
while (status) {
/* SW interrupt */
if (status & RADEON_SW_INT_TEST) {
Expand Down

0 comments on commit f90b593

Please sign in to comment.