dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] drm: rcar-du: add ADV7513 HDMI encoder
Date: Fri, 02 Sep 2016 01:30:10 +0300	[thread overview]
Message-ID: <2848041.c5UNY2h6Av@avalon> (raw)
In-Reply-To: <1609156.suOBSqf0of@wasted.cogentembedded.com>

Hi Sergei,

Thank you for the patch.

On Thursday 01 Sep 2016 22:04:59 Sergei Shtylyov wrote:
> The R-Car DU driver keeps a list of the external encoders which it uses
> to  get  the encoder type.  Renesas Wheat board uses Analog Devices ADV7513
> HDMI encoder, unlike the other Renesas boards which all use ADV7511W --
> add it to the encoder list.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

And applied to my tree.

> ---
> This patch is against the 'drm/next/du' branch of Laurent Pinchart's
> 'media.git' repo...
> 
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: media/drivers/gpu/drm/rcar-du/rcar_du_kms.c
> ===================================================================
> --- media.orig/drivers/gpu/drm/rcar-du/rcar_du_kms.c
> +++ media/drivers/gpu/drm/rcar-du/rcar_du_kms.c
> @@ -362,6 +362,7 @@ static int rcar_du_encoders_init_one(str
>  	} encoders[] = {
>  		{ "adi,adv7123", RCAR_DU_ENCODER_VGA },
>  		{ "adi,adv7511w", RCAR_DU_ENCODER_HDMI },
> +		{ "adi,adv7513", RCAR_DU_ENCODER_HDMI },
>  		{ "thine,thc63lvdm83d", RCAR_DU_ENCODER_LVDS },
>  	};

-- 
Regards,

Laurent Pinchart

      reply	other threads:[~2016-09-01 22:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 19:04 [PATCH] drm: rcar-du: add ADV7513 HDMI encoder Sergei Shtylyov
2016-09-01 22:30 ` Laurent Pinchart [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=2848041.c5UNY2h6Av@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=sergei.shtylyov@cogentembedded.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;
as well as URLs for NNTP newsgroup(s).