From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Hans Verkuil <hans.verkuil@cisco.com>, linux-media@vger.kernel.org
Subject: Re: [PATCH] [media] adv7604: Update recommended writes for the adv7611
Date: Tue, 17 Jun 2014 14:53:44 +0200 [thread overview]
Message-ID: <1641028.ccza9szUgP@avalon> (raw)
In-Reply-To: <1403005944-27745-1-git-send-email-lars@metafoo.de>
Hi Lars,
Thank you for the patch.
On Tuesday 17 June 2014 13:52:24 Lars-Peter Clausen wrote:
> Update the recommended writes to those mentioned in the Rev 1.5 version of
> the ADV7611 Register Settings Recommendations document released by Analog
> Devices. The document does not mention why the recommended settings have
> been updated, but presumably those are more fine tuned settings that can
> enhance performance in some cases.
At least the HDMI register 0x6f change is documented as "optimized DVI
detection". You could include that in the commit message.
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
(although all I can do is check that the patch matches the document)
> ---
> drivers/media/i2c/adv7604.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c
> index 1778d32..d4fa213 100644
> --- a/drivers/media/i2c/adv7604.c
> +++ b/drivers/media/i2c/adv7604.c
> @@ -2588,8 +2588,11 @@ static const struct adv7604_reg_seq
> adv7604_recommended_settings_hdmi[] = { };
>
> static const struct adv7604_reg_seq adv7611_recommended_settings_hdmi[] = {
> + /* ADV7611 Register Settings Recommendations Rev 1.5, May 2014 */ {
> ADV7604_REG(ADV7604_PAGE_CP, 0x6c), 0x00 },
> - { ADV7604_REG(ADV7604_PAGE_HDMI, 0x6f), 0x0c },
> + { ADV7604_REG(ADV7604_PAGE_HDMI, 0x9b), 0x03 },
> + { ADV7604_REG(ADV7604_PAGE_HDMI, 0x6f), 0x08 },
> + { ADV7604_REG(ADV7604_PAGE_HDMI, 0x85), 0x1f },
> { ADV7604_REG(ADV7604_PAGE_HDMI, 0x87), 0x70 },
> { ADV7604_REG(ADV7604_PAGE_HDMI, 0x57), 0xda },
> { ADV7604_REG(ADV7604_PAGE_HDMI, 0x58), 0x01 },
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2014-06-17 12:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 11:52 [PATCH] [media] adv7604: Update recommended writes for the adv7611 Lars-Peter Clausen
2014-06-17 12:53 ` 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=1641028.ccza9szUgP@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=hans.verkuil@cisco.com \
--cc=lars@metafoo.de \
--cc=linux-media@vger.kernel.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