[PATCH v4 15/23] drm: sti: Provide ddc symlink in hdmi connector sysfs directory
Benjamin Gaignard
benjamin.gaignard at linaro.org
Fri Jul 12 07:42:44 UTC 2019
Le jeu. 11 juil. 2019 à 13:30, Andrzej Pietrasiewicz
<andrzej.p at collabora.com> a écrit :
>
> Use the ddc pointer provided by the generic connector.
>
> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p at collabora.com>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>
> ---
> 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 f03d617edc4c..90f8db63c095 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
> @@ -1279,6 +1279,7 @@ static int sti_hdmi_bind(struct device *dev, struct device *master, void *data)
> drm_bridge_attach(encoder, bridge, NULL);
>
> connector->encoder = encoder;
> + drm_connector->ddc = hdmi->ddc_adapt;
>
> drm_connector = (struct drm_connector *)connector;
>
> --
> 2.17.1
>
More information about the amd-gfx
mailing list