This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sat Jan 25 04:00:30 CET 2014
git branch: test
git hash: 587d1b06e07b4a079453c74ba9edf17d21931049
gcc versio
Modern silicon RF tuners used nowadays has many controllable gain
stages on signal path. Usually, but not always, there is at least
3 gain stages. Also on some cases there could be multiple gain
stages within the ones specified here. However, I think that having
these three controllable gain stages
Modern silicon RF tuners used nowadays has many controllable gain
stages on signal path. Usually, but not always, there is at least
3 gain stages. Also on some cases there could be multiple gain
stages within the ones specified here. However, I think that having
these three controllable gain stages
Isochronous endpoints on devices with speed == USB_SPEED_WIRELESS can
have a max packet size ranging from 1-3584 bytes. Add a case to
uvc_endpoint_max_bpi to handle USB_SPEED_WIRELESS. Otherwise endpoints
for those devices will fall to the default case which masks off any
values > 2047. This
On Fri, 2014-01-24 at 16:43 +0100, Joakim Hernberg wrote:
> On Wed, 22 Jan 2014 20:04:08 +0100
> Joakim Hernberg wrote:
>
> > I recently discovered a regression in the S471 driver. When trying to
> > tune to 10818V on Astra 28E2, the system would tune to 11343V instead.
> > After browsing the co
Hi Shaik,
On 09.01.2014 04:28, Shaik Ameer Basha wrote:
This patch adds the DT binding documentation for the
Exynos5420/5410 based SCALER device driver.
Signed-off-by: Shaik Ameer Basha
Reviewed-by: Sylwester Nawrocki
---
.../devicetree/bindings/media/exynos5-scaler.txt | 22 +++
Hi Hans,
On Fri, Jan 24, 2014 at 12:19:30PM +0100, Hans Verkuil wrote:
> On 01/24/2014 11:35 AM, Sakari Ailus wrote:
> > Hi Hans,
> >
> > Thanks for the patchset!
> >
> > On Mon, Jan 20, 2014 at 01:45:55PM +0100, Hans Verkuil wrote:
> >> diff --git a/include/media/v4l2-ctrls.h b/include/media/v4
Hi Hans,
On Mon, Jan 20, 2014 at 01:46:01PM +0100, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Since complex controls can have non-standard types we need to be able to do
> type-specific checks etc. In order to make that easy type operations are
> added.
> There are four operations:
>
> - equ
Hi Hans,
On Mon, Jan 20, 2014 at 01:45:59PM +0100, Hans Verkuil wrote:
> From: Hans Verkuil
>
> This patch implements initial support for complex types.
>
> For the most part the changes are fairly obvious (basic support for is_ptr
> types, the type_is_int function is replaced by a is_int bitfi
On Wed, 22 Jan 2014 20:04:08 +0100
Joakim Hernberg wrote:
> I recently discovered a regression in the S471 driver. When trying to
> tune to 10818V on Astra 28E2, the system would tune to 11343V instead.
> After browsing the code it appears that a divider was changed when the
> tuning code was mo
Incorrect registers used for pixelclock read-out.
Same registers as for adv7604 which actually gave an almost
correct read-out, even they are not documented for adv7842.
Corrected deep-color pixel-clock correction.
Cc: Mats Randgaard
Cc: Hans Verkuil
Signed-off-by: Martin Bugge
---
drivers/med
This patch series applies a few fixes for adv7842 from Cisco's internal tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
If the input signal is DVI-D and quantization range is RGB full range,
gain and offset must be adjusted to get the right range on the output.
Copied and adopted from adv7604.
Cc: Mats Randgaard
Cc: Hans Verkuil
Signed-off-by: Martin Bugge
---
drivers/media/i2c/adv7842.c | 109 +
This apply to HDMI-map register 0x69.
So far we have been using HPA manual mode.
This way we had control of HPA which could be
set after EDID had been programmed.
Using a Mac Mini with mini-displayport to DVI-D converter as source
caused the adv7842 to lock up and fail to detect any further signal
Clear any pending AVI checksum-errors.
To be able to display last received AVI.
Cc: Mats Randgaard
Cc: Hans Verkuil
Signed-off-by: Martin Bugge
---
drivers/media/i2c/adv7842.c | 21 -
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/drivers/media/i2c/adv7842.c
Hi Hans,
On Thursday 23 January 2014 00:13:01 Hans Verkuil wrote:
> Hi Laurent,
>
> First, regarding the inheritance of subdev controls: I found it annoying as
> well that there is no way to do this. If you have a simple video pipeline,
> then having to create subdev nodes just to set a few contr
Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
---
src/mediactl-priv.h | 7 +++
src/mediactl.c | 32
src/mediactl.h | 19 +++
3 files changed, 58 insertions(+)
diff --git a/src/mediactl-priv.h b/src/mediactl-priv.h
index 84
Emulated media devices are backed by real hardware devices for the
functions they provide, but have no kernel media device counterpart.
Signed-off-by: Laurent Pinchart
---
src/mediactl.c | 85 +++---
src/mediactl.h | 52
Signed-off-by: Laurent Pinchart
---
src/main.c | 32 ---
src/mediactl-priv.h | 45 ++
src/mediactl.c | 29 +
src/mediactl.h | 62 -
src/v4l2su
Make the media_device refcounted to manage its life time.
Signed-off-by: Laurent Pinchart
---
src/main.c | 21 ---
src/mediactl.c | 172 -
src/mediactl.h | 84 +++-
3 files changed, 180 insertions(+), 97 de
Hello,
I've postponed merging media-ctl to v4l-utils for too long due to pending
patches that I haven't had time to complete yet. It's time to fix this, so
here are the patches for review.
The goal of this patch set is to make libmediactl usable by the upcoming media
device enumeration library. I
On 01/24/2014 01:31 PM, Sakari Ailus wrote:
> Hi Hans,
>
> On Mon, Jan 20, 2014 at 01:46:02PM +0100, Hans Verkuil wrote:
>> diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c
>> b/drivers/media/v4l2-core/v4l2-ctrls.c
>> index 9f97af4..c0507ed 100644
>> --- a/drivers/media/v4l2-core/v4l2-ctrls.c
Hi Hans,
On Mon, Jan 20, 2014 at 01:46:02PM +0100, Hans Verkuil wrote:
> diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c
> b/drivers/media/v4l2-core/v4l2-ctrls.c
> index 9f97af4..c0507ed 100644
> --- a/drivers/media/v4l2-core/v4l2-ctrls.c
> +++ b/drivers/media/v4l2-core/v4l2-ctrls.c
> @@ -1266,
Hi Sakari,
On 01/24/2014 12:28 PM, Sakari Ailus wrote:
> Hi Hans,
>
> On Mon, Jan 20, 2014 at 01:45:58PM +0100, Hans Verkuil wrote:
>> +union {
>> +__u64 val;
>> +__u32 reserved[4];
>> +} step;
>
> While I do not question that step is obviously always a positive v
Hi Hans,
On Mon, Jan 20, 2014 at 01:45:58PM +0100, Hans Verkuil wrote:
> + union {
> + __u64 val;
> + __u32 reserved[4];
> + } step;
While I do not question that step is obviously always a positive value (or
zero), using a different type from the value (and min and
On 01/24/2014 11:35 AM, Sakari Ailus wrote:
> Hi Hans,
>
> Thanks for the patchset!
>
> On Mon, Jan 20, 2014 at 01:45:55PM +0100, Hans Verkuil wrote:
>> diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
>> index 0b347e8..3998049 100644
>> --- a/include/media/v4l2-ctrls.h
>> +++
Hi Hans,
Thanks for the patchset!
On Mon, Jan 20, 2014 at 01:45:55PM +0100, Hans Verkuil wrote:
> diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
> index 0b347e8..3998049 100644
> --- a/include/media/v4l2-ctrls.h
> +++ b/include/media/v4l2-ctrls.h
> @@ -85,6 +85,7 @@ typedef
27 matches
Mail list logo