projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6bb679
)
drm/sti: reset HD DACS when HDA connector is created
author
Vincent Abriou
<vincent.abriou@st.com>
Fri, 5 Feb 2016 15:23:20 +0000
(16:23 +0100)
committer
Vincent Abriou
<vincent.abriou@st.com>
Fri, 26 Feb 2016 09:06:18 +0000
(10:06 +0100)
Make sure the HD DACS are disabled when the HDA connector
is created.
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
drivers/gpu/drm/sti/sti_hda.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/sti/sti_hda.c
b/drivers/gpu/drm/sti/sti_hda.c
index 49cce833f2c81bd6400b33825eda2b5d2bbd8327..293a133ae9b18214506bc0767406e0bcfcf03d8d 100644
(file)
--- 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: