Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371535
b: refs/heads/master
c: 9054ae1
h: refs/heads/master
i:
  371533: 0ebe40f
  371531: 00dba7c
  371527: 3385ac9
  371519: 524e6c8
v: v3
  • Loading branch information
Alex Deucher committed Apr 22, 2013
1 parent 2118104 commit 15adaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dcb852905772416e322536ced5cb3c796d176af5
refs/heads/master: 9054ae1ce33f08315616999c742e6656b9967724
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/radeon/r600_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,9 @@ void r600_hdmi_enable(struct drm_encoder *encoder)

if (rdev->irq.installed) {
/* if irq is available use it */
radeon_irq_kms_enable_afmt(rdev, dig->afmt->id);
/* XXX: shouldn't need this on any asics. Double check DCE2/3 */
if (!ASIC_IS_DCE4(rdev))
radeon_irq_kms_enable_afmt(rdev, dig->afmt->id);
}

dig->afmt->enabled = true;
Expand Down

0 comments on commit 15adaf0

Please sign in to comment.