Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329569
b: refs/heads/master
c: a59fbb8
h: refs/heads/master
i:
  329567: 7765a22
v: v3
  • Loading branch information
Alex Deucher committed Sep 20, 2012
1 parent 3245129 commit 9b10361
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e729586e33593cd11112ff22fa8f0e801af05b4e
refs/heads/master: a59fbb8e18566a346a2736000d979576ab7525fe
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/atombios_encoders.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ atombios_get_encoder_mode(struct drm_encoder *encoder)
return ATOM_ENCODER_MODE_DP;

/* DVO is always DVO */
if (radeon_encoder->encoder_id == ATOM_ENCODER_MODE_DVO)
if ((radeon_encoder->encoder_id == ENCODER_OBJECT_ID_INTERNAL_DVO1) ||
(radeon_encoder->encoder_id == ENCODER_OBJECT_ID_INTERNAL_KLDSCP_DVO1))
return ATOM_ENCODER_MODE_DVO;

connector = radeon_get_connector_for_encoder(encoder);
Expand Down

0 comments on commit 9b10361

Please sign in to comment.