[PATCH] drm/sti: dpms function missing for HDMI connector
Benjamin Gaignard
benjamin.gaignard at linaro.org
Thu Sep 15 13:07:18 UTC 2016
Acked-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>
2016-09-14 10:20 GMT+02:00 Vincent Abriou <vincent.abriou at st.com>:
> Signed-off-by: Vincent Abriou <vincent.abriou at st.com>
> ---
> drivers/gpu/drm/sti/sti_hdmi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
> index c6aa291..d850dda 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)
> }
>
> 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,
> --
> 1.9.1
>
--
Benjamin Gaignard
Graphic Study Group
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the dri-devel
mailing list