On Tue, Jun 16, 2009 at 11:33 PM, Karicheri,
Muralidharan wrote:
>
>
>>>
>>> [MK]In that case can't the driver just ignore the field polarity? I
>>assume that drivers implement the parameter that has support in hardware.
>>So it is not an issue.
>>
>>No, because the same driver runs on hardware th
>>
>> [MK]In that case can't the driver just ignore the field polarity? I
>assume that drivers implement the parameter that has support in hardware.
>So it is not an issue.
>
>No, because the same driver runs on hardware that also has the field
>signal. So we need to be able to give information a
On Tue, Jun 16, 2009 at 1:01 AM, Karicheri,
Muralidharan wrote:
>>> +
>>> +struct v4l2_subdev_bus {
>>> + enum v4l2_subdev_bus_type type;
>>> + u8 width;
>>> + /* 0 - active low, 1 - active high */
>>> + unsigned pol_vsync:1;
>>> + /* 0 - active low, 1 - active high */
>> +
>> +struct v4l2_subdev_bus {
>> + enum v4l2_subdev_bus_type type;
>> + u8 width;
>> + /* 0 - active low, 1 - active high */
>> + unsigned pol_vsync:1;
>> + /* 0 - active low, 1 - active high */
>> + unsigned pol_hsync:1;
>> + /* 0 - low to high , 1 - h
On Wed, Jun 10, 2009 at 5:55 AM, wrote:
> From: Muralidharan Karicheri
>
> re-sending with RFC in the header
>
> This patch adds support for setting bus parameters such as bus type
> (BT.656, BT.1120 etc), width (example 10 bit raw image data bus)
> and polarities (vsync, hsync, field etc) in sub
>> >
>> > +/*
>> > + * Some sub-devices are connected to the bridge device through a bus
>> > that + * carries * the clock, vsync, hsync and data. Some interfaces
>> > such as BT.656 + * carries the sync embedded in the data where as
>> > others have separate line + * carrying the sync signals. Th
cheri
>Subject: Re: [PATCH RFC] adding support for setting bus parameters in sub
>device
>
>On Tuesday 09 June 2009 22:55:53 m-kariche...@ti.com wrote:
>> From: Muralidharan Karicheri
>>
>> re-sending with RFC in the header
>>
>> This patch adds support for set
On Tuesday 09 June 2009 23:03:01 Hans Verkuil wrote:
> On Tuesday 09 June 2009 22:55:53 m-kariche...@ti.com wrote:
> > From: Muralidharan Karicheri
> >
> > re-sending with RFC in the header
> >
> > This patch adds support for setting bus parameters such as bus type
> > (BT.656, BT.1120 etc), width
On Tuesday 09 June 2009 22:55:53 m-kariche...@ti.com wrote:
> From: Muralidharan Karicheri
>
> re-sending with RFC in the header
>
> This patch adds support for setting bus parameters such as bus type
> (BT.656, BT.1120 etc), width (example 10 bit raw image data bus)
> and polarities (vsync, hsync
From: Muralidharan Karicheri
re-sending with RFC in the header
This patch adds support for setting bus parameters such as bus type
(BT.656, BT.1120 etc), width (example 10 bit raw image data bus)
and polarities (vsync, hsync, field etc) in sub device. This allows
bridge driver to configure the s
10 matches
Mail list logo