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:
bdfd36e
)
drm/sti: dpms function missing for HDMI connector
author
Vincent Abriou
<vincent.abriou@st.com>
Wed, 14 Sep 2016 08:14:23 +0000
(10:14 +0200)
committer
Vincent Abriou
<vincent.abriou@st.com>
Tue, 20 Sep 2016 09:32:04 +0000
(11:32 +0200)
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
drivers/gpu/drm/sti/sti_hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/sti/sti_hdmi.c
b/drivers/gpu/drm/sti/sti_hdmi.c
index c6aa291cc5303a53da9908b821afc9d960ca1dfd..d850ddac2338361a98d5936f27209bd4e733f9db 100644
(file)
--- a/
drivers/gpu/drm/sti/sti_hdmi.c
+++ b/
drivers/gpu/drm/sti/sti_hdmi.c
@@
-1054,6
+1054,7
@@
static int sti_hdmi_late_register(struct drm_connector *connector)
}
static const struct drm_connector_funcs sti_hdmi_connector_funcs = {
+ .dpms = drm_atomic_helper_connector_dpms,
.fill_modes = drm_helper_probe_single_connector_modes,
.detect = sti_hdmi_connector_detect,
.destroy = drm_connector_cleanup,