Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178872
b: refs/heads/master
c: 43b19f1
h: refs/heads/master
v: v3
  • Loading branch information
Luca Tettamanti authored and Dave Airlie committed Jan 7, 2010
1 parent 14c1f4c commit c26626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65aa2f4e8d85b6145ef4834f440a63ab68bd7443
refs/heads/master: 43b19f161c7a9941e3aa7db0e3ee19b93980e3d7
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/rs600.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int rs600_irq_process(struct radeon_device *rdev)
}
while (status || r500_disp_int) {
/* SW interrupt */
if (G_000040_SW_INT_EN(status))
if (G_000044_SW_INT(status))
radeon_fence_process(rdev);
/* Vertical blank interrupts */
if (G_007EDC_LB_D1_VBLANK_INTERRUPT(r500_disp_int))
Expand Down

0 comments on commit c26626a

Please sign in to comment.