Le ven. 26 juil. 2019 à 19:27, Andrzej Pietrasiewicz
<andrze...@collabora.com> a écrit :
>
> Use the ddc pointer provided by the generic connector.
>
> Signed-off-by: Andrzej Pietrasiewicz <andrze...@collabora.com>

Reviewed-by: Benjamin Gaignard <benjamin.gaign...@linaro.org>

> ---
>  drivers/gpu/drm/sti/sti_hdmi.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
> index f03d617edc4c..33d06e0a9168 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
> @@ -1284,8 +1284,10 @@ static int sti_hdmi_bind(struct device *dev, struct 
> device *master, void *data)
>
>         drm_connector->polled = DRM_CONNECTOR_POLL_HPD;
>
> -       drm_connector_init(drm_dev, drm_connector,
> -                       &sti_hdmi_connector_funcs, DRM_MODE_CONNECTOR_HDMIA);
> +       drm_connector_init_with_ddc(drm_dev, drm_connector,
> +                                   &sti_hdmi_connector_funcs,
> +                                   DRM_MODE_CONNECTOR_HDMIA,
> +                                   hdmi->ddc_adapt);
>         drm_connector_helper_add(drm_connector,
>                         &sti_hdmi_connector_helper_funcs);
>
> --
> 2.17.1
>
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to