dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Pascal Roeleven <dev@pascalroeleven.nl>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Liu Ying <victor.liu@nxp.com>,
	dri-devel@lists.freedesktop.org,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Dmitry Osipenko <digetx@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH v2 1/4] drm: panel: simple: Correct connector type for Starry KR070PE2T
Date: Tue, 30 Jun 2020 09:30:06 +0200	[thread overview]
Message-ID: <a34654b9ca8bf41701bb8e55754a12b0@pascalroeleven.nl> (raw)
In-Reply-To: <20200629233320.8774-2-laurent.pinchart+renesas@ideasonboard.com>

On 2020-06-30 01:33, Laurent Pinchart wrote:
> The Starry KR070PE2T panel is a DPI panel, not and LVDS panel. Fix its
> connector type.
> 
> Signed-off-by: Laurent Pinchart 
> <laurent.pinchart+renesas@ideasonboard.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-simple.c
> b/drivers/gpu/drm/panel/panel-simple.c
> index bff1cab529d2..ac6e8d55a3a2 100644
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -3320,7 +3320,7 @@ static const struct panel_desc starry_kr070pe2t = 
> {
>  	},
>  	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
>  	.bus_flags = DRM_BUS_FLAG_DE_HIGH | 
> DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE,
> -	.connector_type = DRM_MODE_CONNECTOR_LVDS,
> +	.connector_type = DRM_MODE_CONNECTOR_DPI,
>  };
> 
>  static const struct drm_display_mode starry_kr122ea0sra_mode = {

Reviewed-by: Pascal Roeleven <dev@pascalroeleven.nl>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-07-01  7:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 23:33 [PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions Laurent Pinchart
2020-06-29 23:33 ` [PATCH v2 1/4] drm: panel: simple: Correct connector type for Starry KR070PE2T Laurent Pinchart
2020-06-30  7:30   ` Pascal Roeleven [this message]
2020-06-29 23:33 ` [PATCH v2 2/4] drm: panel: simple: Correct bus format for Satoz SAT050AT40H12R2 Laurent Pinchart
2020-06-30  6:39   ` Miquel Raynal
2020-06-29 23:33 ` [PATCH v2 3/4] drm: panel: simple: Drop drive/sample bus flags for LVDS panels Laurent Pinchart
2020-06-29 23:33 ` [PATCH v2 4/4] drm: panel: simple: Warn in case of incorrect bus format " Laurent Pinchart
2020-06-30 13:58 ` [PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions Sam Ravnborg

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=a34654b9ca8bf41701bb8e55754a12b0@pascalroeleven.nl \
    --to=dev@pascalroeleven.nl \
    --cc=digetx@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    --cc=victor.liu@nxp.com \
    /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