From: Sergei Shtylyov <sshtylyov@mvista.com>
To: "Hadli, Manjunath" <manjunath.hadli@ti.com>
Cc: LMML <linux-media@vger.kernel.org>,
dlos <davinci-linux-open-source@linux.davincidsp.com>,
Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: [PATCH v8 6/8] davinci vpbe: board specific additions
Date: Wed, 22 Dec 2010 21:46:56 +0300 [thread overview]
Message-ID: <4D1247A0.5000002@mvista.com> (raw)
In-Reply-To: <B85A65D85D7EB246BE421B3FB0FBB5930247F9A80F@dbde02.ent.ti.com>
Hello.
Hadli, Manjunath wrote:
> Sergei,
> Only one comment. For others I have done the fixes.
> Thanks and Regards,
> -Manju
> Others On Tue, Dec 21, 2010 at 17:13:30, Sergei Shtylyov wrote:
>> Hello.
>> On 20-12-2010 16:54, Manjunath Hadli wrote:
>>> This patch implements tables for display timings,outputs and other
>>> board related functionalities.
>>> Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
>>> Acked-by: Muralidharan Karicheri <m-karicheri2@ti.com>
>>> Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
>> [...]
>>> diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c
>>> b/arch/arm/mach-davinci/board-dm644x-evm.c
>>> index 34c8b41..e9b1243 100644
>>> --- a/arch/arm/mach-davinci/board-dm644x-evm.c
>>> +++ b/arch/arm/mach-davinci/board-dm644x-evm.c
>> [...]
>>> @@ -606,8 +594,71 @@ static void __init evm_init_i2c(void)
>>> i2c_register_board_info(1, i2c_info, ARRAY_SIZE(i2c_info));
>>> }
>>>
>>> +#define VENC_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
>> Insert an empty line here, please.
>>> +/* venc standards timings */
>>> +static struct vpbe_enc_mode_info vbpe_enc_std_timings[] = {
>>> + {"ntsc", VPBE_ENC_STD, {V4L2_STD_525_60}, 1, 720, 480,
>>> + {11, 10}, {30000, 1001}, 0x79, 0, 0x10, 0, 0, 0, 0},
>>> + {"pal", VPBE_ENC_STD, {V4L2_STD_625_50}, 1, 720, 576,
>>> + {54, 59}, {25, 1}, 0x7E, 0, 0x16, 0, 0, 0, 0}, };
>>> +
>>> +/* venc dv preset timings */
>>> +static struct vpbe_enc_mode_info vbpe_enc_preset_timings[] = {
>>> + {"480p59_94", VPBE_ENC_DV_PRESET, {V4L2_DV_480P59_94}, 0, 720, 480,
>>> + {1, 1}, {5994, 100}, 0x80, 0, 0x20, 0, 0, 0, 0},
>>> + {"576p50", VPBE_ENC_DV_PRESET, {V4L2_DV_576P50}, 0, 720, 576,
>>> + {1, 1}, {50, 1}, 0x7E, 0, 0x30, 0, 0, 0, 0}, };
>>> +
>>> +/*
>>> + * The outputs available from VPBE + ecnoders. Keep the
>>> + * the order same as that of encoders. First that from venc followed
>>> +by that
>> ^^^ duplicate
> These are actually 2 different structures, the second one holding high def
> Standards - 480p and 576p and use DV_PRESETS whicle the first is used for
> SD modes.
Still, could you fix the duplicate "the"? :-)
WBR, Sergei
prev parent reply other threads:[~2010-12-22 18:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-20 13:54 [PATCH v8 6/8] davinci vpbe: board specific additions Manjunath Hadli
2010-12-21 11:43 ` Sergei Shtylyov
2010-12-22 14:09 ` Hadli, Manjunath
2010-12-22 18:46 ` Sergei Shtylyov [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=4D1247A0.5000002@mvista.com \
--to=sshtylyov@mvista.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=linux-media@vger.kernel.org \
--cc=manjunath.hadli@ti.com \
--cc=mchehab@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.