Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329332
b: refs/heads/master
c: 4f07854
h: refs/heads/master
v: v3
  • Loading branch information
Wang Xingchao authored and Daniel Vetter committed Aug 17, 2012
1 parent c86346e commit 6ebf562
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 9a78b6cce5ebb04ae1b2f99b6c9f5fa54a3428b0
refs/heads/master: 4f07854dd7fc197d9ea2bd83c26736baabb0b981
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_ddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,12 @@ void intel_ddi_mode_set(struct drm_encoder *encoder,
/* Proper support for digital audio needs a new logic and a new set
* of registers, so we leave it for future patch bombing.
*/
DRM_DEBUG_DRIVER("HDMI audio on pipe %c not yet supported on DDI\n",
DRM_DEBUG_DRIVER("HDMI audio on pipe %c on DDI\n",
pipe_name(intel_crtc->pipe));

/* write eld */
DRM_DEBUG_DRIVER("HDMI audio: write eld information\n");
intel_write_eld(encoder, adjusted_mode);
}

/* Enable PIPE_DDI_FUNC_CTL for the pipe to work in HDMI mode */
Expand Down

0 comments on commit 6ebf562

Please sign in to comment.