[PATCH] drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attach_encoder
spanda at codeaurora.org
spanda at codeaurora.org
Tue Jul 31 04:21:16 UTC 2018
On 2018-07-30 23:12, Sean Paul wrote:
> This function name was changed to drm_connector_attach_encoder().
> Unfortunately this driver was posted on the list before that change,
> and
> applied after
>
> Fixes: a095f15c00e2 ("drm/bridge: add support for sn65dsi86 bridge
> driver")
> Cc: Sandeep Panda <spanda at codeaurora.org>
> Cc: Andrzej Hajda <a.hajda at samsung.com>
> Cc: Archit Taneja <architt at codeaurora.org>
> Cc: Laurent Pinchart <Laurent.pinchart at ideasonboard.com>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
> ---
> drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> index 5b93ef518861..1b6e8b72be58 100644
> --- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> +++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
> @@ -233,7 +233,7 @@ static int ti_sn_bridge_attach(struct drm_bridge
> *bridge)
>
> drm_connector_helper_add(&pdata->connector,
> &ti_sn_bridge_connector_helper_funcs);
> - drm_mode_connector_attach_encoder(&pdata->connector,
> bridge->encoder);
> + drm_connector_attach_encoder(&pdata->connector, bridge->encoder);
>
> /*
> * TODO: ideally finding host resource and dsi dev registration needs
Reviewed-by: Sandeep Panda <spanda at codeaurora.org>
More information about the dri-devel
mailing list