Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323040
b: refs/heads/master
c: b98b601
h: refs/heads/master
v: v3
  • Loading branch information
Wang Xingchao authored and Daniel Vetter committed Sep 17, 2012
1 parent 0fe58be commit b197144
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: 7e81a42e341a4f15d76624b7c02ffb21b085b56f
refs/heads/master: b98b60167279df3acac9422c3c9820d9ebbcf9fb
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static void intel_hdmi_dpms(struct drm_encoder *encoder, int mode)
u32 temp;
u32 enable_bits = SDVO_ENABLE;

if (intel_hdmi->has_audio)
if (intel_hdmi->has_audio || mode != DRM_MODE_DPMS_ON)
enable_bits |= SDVO_AUDIO_ENABLE;

temp = I915_READ(intel_hdmi->sdvox_reg);
Expand Down

0 comments on commit b197144

Please sign in to comment.