From: spanda@codeaurora.org
To: Sean Paul <seanpaul@chromium.org>
Cc: David Airlie <airlied@linux.ie>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attach_encoder
Date: Tue, 31 Jul 2018 09:51:16 +0530 [thread overview]
Message-ID: <563dceac6e575d3530a29e6abc5eda06@codeaurora.org> (raw)
In-Reply-To: <20180730174225.257255-1-seanpaul@chromium.org>
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@codeaurora.org>
> Cc: Andrzej Hajda <a.hajda@samsung.com>
> Cc: Archit Taneja <architt@codeaurora.org>
> Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
> Signed-off-by: Sean Paul <seanpaul@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@codeaurora.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2018-07-31 4:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 17:42 [PATCH] drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attach_encoder Sean Paul
2018-07-31 4:21 ` spanda [this message]
2018-07-31 13:31 ` Sean Paul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=563dceac6e575d3530a29e6abc5eda06@codeaurora.org \
--to=spanda@codeaurora.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=seanpaul@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox