public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915/hdmi: call intel_hdmi_prepare for CHV
@ 2014-07-30  2:43 libin.yang
  2014-07-30 10:46 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: libin.yang @ 2014-07-30  2:43 UTC (permalink / raw)
  To: intel-gfx; +Cc: libin.yang

From: Libin Yang <libin.yang@intel.com>

call the intel_hdmi_prepare() in chv_hdmi_pre_enable() for
hdmi audio.

Signed-off-by: Libin Yang <libin.yang@intel.com>
---
 drivers/gpu/drm/i915/intel_hdmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 5f8f4ca..5a65e0c 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1374,6 +1374,7 @@ static void chv_hdmi_pre_enable(struct intel_encoder *encoder)
 	int data, i;
 	u32 val;
 
+	intel_hdmi_prepare(encoder);
 	mutex_lock(&dev_priv->dpio_lock);
 
 	/* Deassert soft data lane reset*/
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-01  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30  2:43 [PATCH 1/2] drm/i915/hdmi: call intel_hdmi_prepare for CHV libin.yang
2014-07-30 10:46 ` Daniel Vetter
2014-07-31  7:16   ` Yang, Libin
2014-07-31  9:50     ` Daniel Vetter
2014-08-01  0:23       ` Yang, Libin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox