From: Philipp Zabel <p.zabel@pengutronix.de>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>,
"Wladimir J . van der Laan" <laanwj@gmail.com>,
dri-devel@lists.freedesktop.org, patchwork-lst@pengutronix.de,
kernel@pengutronix.de, Chris Healy <cphealy@gmail.com>
Subject: Re: [PATCH] drm/imx: parallel-display: use correct connector enum
Date: Mon, 21 Aug 2017 10:04:17 +0200 [thread overview]
Message-ID: <1503302657.8125.2.camel@pengutronix.de> (raw)
In-Reply-To: <20170818163422.23814-1-l.stach@pengutronix.de>
On Fri, 2017-08-18 at 18:34 +0200, Lucas Stach wrote:
> The imx parrallel display exposes a, well, display parallel interface.
> Use the correct enum, instead of disguising the thing as a VGA connector.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> drivers/gpu/drm/imx/parallel-display.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/imx/parallel-display.c b/drivers/gpu/drm/imx/parallel-display.c
> index 8aca20209cb8..aa79ed936416 100644
> --- a/drivers/gpu/drm/imx/parallel-display.c
> +++ b/drivers/gpu/drm/imx/parallel-display.c
> @@ -184,7 +184,7 @@ static int imx_pd_register(struct drm_device *drm,
> > &imx_pd_connector_helper_funcs);
> > drm_connector_init(drm, &imxpd->connector,
> > &imx_pd_connector_funcs,
> > - DRM_MODE_CONNECTOR_VGA);
> > + DRM_MODE_CONNECTOR_DPI);
> > }
>
> if (imxpd->panel)
Applied, thank you.
regards
Philipp
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2017-08-21 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 16:34 [PATCH] drm/imx: parallel-display: use correct connector enum Lucas Stach
2017-08-21 8:04 ` Philipp Zabel [this message]
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=1503302657.8125.2.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=cphealy@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=laanwj@gmail.com \
--cc=nikita.yoush@cogentembedded.com \
--cc=patchwork-lst@pengutronix.de \
/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