linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil-cisco@xs4all.nl>
To: Tim Harvey <tharvey@gateworks.com>, linux-media@vger.kernel.org
Subject: Re: [PATCH] media: tda1997: fix get-edid
Date: Fri, 15 Feb 2019 13:16:54 +0100	[thread overview]
Message-ID: <4ec799e2-a80c-be10-4a80-b6f268f1b842@xs4all.nl> (raw)
In-Reply-To: <20190205162336.13490-1-tharvey@gateworks.com>

Hi Tim,

On 2/5/19 5:23 PM, Tim Harvey wrote:

I merged this patch and added my own commit log message.

Just remember to provide it in the future...

Regards,

	Hans

> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
> ---
>  drivers/media/i2c/tda1997x.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/media/i2c/tda1997x.c b/drivers/media/i2c/tda1997x.c
> index c4c2a6134e1e..73451e9bbc41 100644
> --- a/drivers/media/i2c/tda1997x.c
> +++ b/drivers/media/i2c/tda1997x.c
> @@ -1884,6 +1884,10 @@ static int tda1997x_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid)
>  	for (i = 0; i < 128; i++)
>  		io_write(sd, REG_EDID_IN_BYTE128 + i, edid->edid[i+128]);
>  
> +	/* store state */
> +	memcpy(state->edid.edid, edid->edid, 256);
> +	state->edid.blocks = edid->blocks;
> +
>  	tda1997x_enable_edid(sd);
>  
>  	return 0;
> 


      reply	other threads:[~2019-02-15 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 16:23 [PATCH] media: tda1997: fix get-edid Tim Harvey
2019-02-15 12:16 ` Hans Verkuil [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=4ec799e2-a80c-be10-4a80-b6f268f1b842@xs4all.nl \
    --to=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=tharvey@gateworks.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).