All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Abriou <vincent.abriou@st.com>
To: dri-devel@lists.freedesktop.org
Cc: Vincent Abriou <vincent.abriou@st.com>,
	Fabien Dessenne <fabien.dessenne@st.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>
Subject: [PATCH 06/11] drm/sti: reset HD DACS when HDA connector is created
Date: Fri, 12 Feb 2016 10:05:50 +0100	[thread overview]
Message-ID: <1455267955-32657-7-git-send-email-vincent.abriou@st.com> (raw)
In-Reply-To: <1455267955-32657-1-git-send-email-vincent.abriou@st.com>

Make sure the HD DACS are disabled when the HDA connector
is created.

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
---
 drivers/gpu/drm/sti/sti_hda.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
index 49cce83..293a133 100644
--- a/drivers/gpu/drm/sti/sti_hda.c
+++ b/drivers/gpu/drm/sti/sti_hda.c
@@ -685,6 +685,9 @@ static int sti_hda_bind(struct device *dev, struct device *master, void *data)
 		goto err_sysfs;
 	}
 
+	/* force to disable hd dacs at startup */
+	hda_enable_hd_dacs(hda, false);
+
 	return 0;
 
 err_sysfs:
-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2016-02-12  9:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12  9:05 [PATCH 00/11] drm/sti: encoders/connectors bug fixes Vincent Abriou
2016-02-12  9:05 ` [PATCH 01/11] drm/sti: do not clip RGB/YUV component value at connector side Vincent Abriou
2016-02-12  9:05 ` [PATCH 02/11] drm/sti: fix panel detection for DVO connector Vincent Abriou
2016-02-12  9:05 ` [PATCH 03/11] drm/sti: add missing encoder cleanup " Vincent Abriou
2016-02-12  9:05 ` [PATCH 04/11] drm/sti: adjust delay for DVO Vincent Abriou
2016-02-12  9:05 ` [PATCH 05/11] drm/sti: fix dvo data_enable signal Vincent Abriou
2016-02-12  9:05 ` Vincent Abriou [this message]
2016-02-12  9:05 ` [PATCH 07/11] drm/sti: HDMI infoframe transmission mode not take into account Vincent Abriou
2016-02-12  9:05 ` [PATCH 08/11] drm/sti: reset infoframe transmission when HDMI is stopped Vincent Abriou
2016-02-12  9:05 ` [PATCH 09/11] drm/sti: add HDMI vendor specific infoframe Vincent Abriou
2016-02-12  9:05 ` [PATCH 10/11] drm/sti: add colorspace property to the HDMI connector Vincent Abriou
2016-02-12  9:05 ` [PATCH 11/11] drm/sti: add hdmi_mode property for " Vincent Abriou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455267955-32657-7-git-send-email-vincent.abriou@st.com \
    --to=vincent.abriou@st.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabien.dessenne@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.