Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345488
b: refs/heads/master
c: 8fed619
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Daniel Vetter committed Nov 21, 2012
1 parent 1dc439a commit b56d4f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9839303d186d6270f570ff3c5f56c2327958086
refs/heads/master: 8fed6193736bf22e0e44c03ee783761e9cc37238
9 changes: 9 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_ddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,15 @@ static void intel_ddi_mode_set(struct drm_encoder *encoder,
break;
}

if (intel_dp->has_audio) {
DRM_DEBUG_DRIVER("DP audio on pipe %c on DDI\n",
pipe_name(intel_crtc->pipe));

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

intel_dp_init_link_config(intel_dp);

} else if (type == INTEL_OUTPUT_HDMI) {
Expand Down

0 comments on commit b56d4f2

Please sign in to comment.