aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti
diff options
context:
space:
mode:
authorVincent Abriou <vincent.abriou@st.com>2016-09-14 04:14:23 -0400
committerVincent Abriou <vincent.abriou@st.com>2016-09-20 05:32:04 -0400
commit33030d61cfa0e5558bf206f6035ec353387a1430 (patch)
treebc8378ba78b46cf45851bea8a41f48a11f69dc10 /drivers/gpu/drm/sti
parentbdfd36ef8e648aa8c7aab21dbd6c006c8df5d4da (diff)
drm/sti: dpms function missing for HDMI connector
Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/sti')
-rw-r--r--drivers/gpu/drm/sti/sti_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
index c6aa291cc530..d850ddac2338 100644
--- 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)
1054} 1054}
1055 1055
1056static const struct drm_connector_funcs sti_hdmi_connector_funcs = { 1056static const struct drm_connector_funcs sti_hdmi_connector_funcs = {
1057 .dpms = drm_atomic_helper_connector_dpms,
1057 .fill_modes = drm_helper_probe_single_connector_modes, 1058 .fill_modes = drm_helper_probe_single_connector_modes,
1058 .detect = sti_hdmi_connector_detect, 1059 .detect = sti_hdmi_connector_detect,
1059 .destroy = drm_connector_cleanup, 1060 .destroy = drm_connector_cleanup,