1
0
Fork 0

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>
hifive-unleashed-5.1
Vincent Abriou 2016-09-14 10:14:23 +02:00
parent bdfd36ef8e
commit 33030d61cf
1 changed files with 1 additions and 0 deletions

View File

@ -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,