Hi Guennadi,
Below is the update for widthy, widthuv and imgsz_w setting.
>-Original Message-
>From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de]
>Sent: Wednesday, January 02, 2013 12:56 AM
>To: Albert Wang
>Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang
>Subject: Re:
2013/1/10 Laurent Pinchart :
> Hi Vikas,
>
> Thank you for the patch.
>
> On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote:
>> On 3 January 2013 16:29, Tomasz Figa wrote:
>> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote:
>> >> From: Vikas Sajjan
>> >>
>> >> Signed-off-by: V
Hi Laurent,
On 10 January 2013 05:05, Laurent Pinchart
wrote:
> Hi Vikas,
>
> Thank you for the patch.
>
> On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote:
>> On 3 January 2013 16:29, Tomasz Figa wrote:
>> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote:
>> >> From: Vikas S
Hi Guennadi,
Nice Work, Thanks for the patch.
On Tue, Jan 8, 2013 at 3:36 PM, Guennadi Liakhovetski
wrote:
> Currently bridge device drivers register devices for all subdevices
> synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor
> is attached to a video bridge device, th
Hi Steffen,
On Thu, Jan 10, 2013 at 01:45:41, Steffen Trumtrar wrote:
> I think the series was tested at least with
> - imx6q: sabrelite, sabresd
> - imx53: tqma53/mba53
> - omap: DA850 EVM, AM335x EVM, EVM-SK
To clarify,
This series was tested with DT boot (making use of the
Hi Steffen,
On Thu, Jan 10, 2013 at 1:45 AM, Steffen Trumtrar
wrote:
>
> On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote:
> > Hi!
> >
> > Finally, right in time before the end of the world on friday, v16 of the
> > display helpers.
> >
>
> So, any more criticism on the series? An
Hi Oliver,
Attached are two patches I've been trying to get applied to the tree for some
time.
Thanks,
Jon
Jonathan McCrohan (2):
update scan files for Ireland (ie-*)
update scan files for Ireland (ie-*)
dvb-t/ie-CairnHill |6 +++---
dvb-t/ie-ClermontCarn |6 +++---
dvb-t/ie-
ASO frequency changes; effective 24th Oct 2012.
Signed-off-by: Jonathan McCrohan
---
dvb-t/ie-CairnHill |2 +-
dvb-t/ie-ClermontCarn |6 +++---
dvb-t/ie-Dungarvan |2 +-
dvb-t/ie-HolywellHill |4 ++--
dvb-t/ie-Kippure |2 +-
dvb-t/ie-Maghera |2 +-
d
Fix erroneous transmission parameters
Signed-off-by: Jonathan McCrohan
---
dvb-t/ie-CairnHill|4 ++--
dvb-t/ie-Dungarvan|4 ++--
dvb-t/ie-Kippure |4 ++--
dvb-t/ie-Maghera |4 ++--
dvb-t/ie-Mullaghanish |4 ++--
dvb-t/ie-SpurHill |4 ++--
dvb-t/ie-Tr
On 09.01.2013 22:30, Nikolaus Schulz wrote:
On Tue, Jan 08, 2013 at 12:05:47PM +0530, Soby Mathew wrote:
Hi Everyone,
I have a doubt regarding about the global mutex lock in
dvb_usercopy(drivers/media/dvb-core/dvbdev.c, line 382) .
/* call driver */
mutex_lock(&dvbdev_mutex);
if ((err = f
Hi Sakari,
On Sunday 02 December 2012 22:53:51 Sakari Ailus wrote:
> On Tue, Nov 27, 2012 at 05:04:29PM +0100, Laurent Pinchart wrote:
> > On Thursday 22 November 2012 01:59:00 Sakari Ailus wrote:
> > > On Wed, Nov 21, 2012 at 11:53:02PM +0100, Hans Verkuil wrote:
> ,,,
>
> > > > What do you thin
Hi Ezequiel,
On Thursday 27 December 2012 21:49:37 Mauro Carvalho Chehab wrote:
> Em Thu, 27 Dec 2012 18:12:46 -0300 Ezequiel Garcia escreveu:
> > On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia wrote:
> > > This kind of memcpy() is error-prone. Its replacement with a struct
> > > assignment is p
Hi Vikas,
Thank you for the patch.
On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote:
> On 3 January 2013 16:29, Tomasz Figa wrote:
> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote:
> >> From: Vikas Sajjan
> >>
> >> Signed-off-by: Vikas Sajjan
> >> ---
> >>
> >> include
On 01/09/13 16:26, Antti Palosaari wrote:
Oliver,
could you apply that one?
http://git.schinagl.nl/cgi-bin/cgit.cgi/dvb_frequency_scanfiles.git
applied to my local branch. Once I get git access fixed to linuxtv, i'll
post all my patches to the new dtv-scan-files tree!
oliver
Antti
-
Hi William,
On Tuesday 08 January 2013 14:49:41 William Swanson wrote:
> On 01/07/2013 04:20 AM, Laurent Pinchart wrote:
> > What do you get in the memory buffers ? Are fields captured in separate
> > buffers or combined in a single buffer ? If they're combined, are they
> > interleaved or sequent
On Tue, Jan 08, 2013 at 12:05:47PM +0530, Soby Mathew wrote:
> Hi Everyone,
> I have a doubt regarding about the global mutex lock in
> dvb_usercopy(drivers/media/dvb-core/dvbdev.c, line 382) .
>
>
> /* call driver */
> mutex_lock(&dvbdev_mutex);
> if ((err = func(file, cmd, parg)) == -ENOIOC
On Wed, Jan 09, 2013 at 09:15:41PM +0100, Steffen Trumtrar wrote:
> On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote:
> > Hi!
> >
> > Finally, right in time before the end of the world on friday, v16 of the
> > display helpers.
> >
>
> So, any more criticism on the series? Any ta
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:Wed Jan 9 19:00:17 CET 2013
git hash:73ec66c000e9816806c7380ca3420f4e0638c40e
gcc version: i686-linux-gcc (GCC
Dear Steffen Trumtrar,
> On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote:
> > Hi!
> >
> > Finally, right in time before the end of the world on friday, v16 of the
> > display helpers.
>
> So, any more criticism on the series? Any takers for the series as is?
> I guess it could b
Am 09.01.2013 21:52, schrieb Frank Schäfer:
> With the conversion to videobuf2, some unnecessary calls of
> em28xx_set_alternate() have been removed. It is now called at analog streaming
> start only.
> This has unveiled a bug that causes USB bulk transfers to fail with all urbs
> having status -EV
On Wednesday 09 January 2013 21:15:41 Steffen Trumtrar wrote:
> On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote:
> > Hi!
> >
> > Finally, right in time before the end of the world on friday, v16 of the
> > display helpers.
>
> So, any more criticism on the series? Any takers for
With the conversion to videobuf2, some unnecessary calls of
em28xx_set_alternate() have been removed. It is now called at analog streaming
start only.
This has unveiled a bug that causes USB bulk transfers to fail with all urbs
having status -EVOERFLOW.
The reason is, that for bulk transfers usb_se
On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote:
> Hi!
>
> Finally, right in time before the end of the world on friday, v16 of the
> display helpers.
>
So, any more criticism on the series? Any takers for the series as is?
I guess it could be merged via the fbdev-tree if David
Dear Steffen Trumtrar,
> Hi!
>
> On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote:
> > Dear Steffen Trumtrar,
> >
> > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After
> > adding the following piece of code (quick hack), this works just fine.
> > Thanks!
> >
> >
Hi!
On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote:
> Dear Steffen Trumtrar,
>
> I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After
> adding
> the following piece of code (quick hack), this works just fine. Thanks!
>
> diff --git a/drivers/staging/imx-drm/para
Dear Steffen Trumtrar,
> Hi!
>
> Finally, right in time before the end of the world on friday, v16 of the
> display helpers.
I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After adding
the following piece of code (quick hack), this works just fine. Thanks!
diff --git a/drive
Hi Hans,
Thanks for the review!
On Wed, Jan 9, 2013 at 9:12 PM, Hans Verkuil wrote:
> On Wed 9 January 2013 14:41:25 Lad, Prabhakar wrote:
>> Add support for asynchronous subdevice probing, using the v4l2-async API.
>> The legacy synchronous mode is still supported too, which allows to
>> gradua
The em28xx-dvb driver was disabled for old kernels due to lack of support
for gpio_request_one() required by LNA control in the PCTV290e driver.
Instead, this patch introduces a tiny backport patch that disables LNA
control for the PCTV290e USB stick.
The PCTV290e works fine with LNA disabled, and
On Wed 9 January 2013 14:41:25 Lad, Prabhakar wrote:
> Add support for asynchronous subdevice probing, using the v4l2-async API.
> The legacy synchronous mode is still supported too, which allows to
> gradually update drivers and platforms. The selected approach adds a
> notifier for each struct so
Em Wed, 09 Jan 2013 11:02:23 +
Simon Farnsworth escreveu:
> On Tuesday 8 January 2013 18:28:53 Devin Heitmueller wrote:
> > On Tue, Jan 8, 2013 at 6:18 PM, Simon Farnsworth
> > wrote:
> > > The wireless folk use dBm (reference point 1 milliwatt), as that's the
> > > reference point used in t
On 09-01-13 16:01, Mauro Carvalho Chehab wrote:
Em Wed, 09 Jan 2013 15:44:30 +0100
Oliver Schinagl escreveu:
Mauro,
On 09-01-13 15:37, Mauro Carvalho Chehab wrote:
Hi Oliver,
Em Wed, 09 Jan 2013 13:24:13 +0100
Oliver Schinagl escreveu:
If I understood it right, you want to split the scan
Em Wed, 09 Jan 2013 15:44:30 +0100
Oliver Schinagl escreveu:
> Mauro,
>
> On 09-01-13 15:37, Mauro Carvalho Chehab wrote:
> > Hi Oliver,
> >
> > Em Wed, 09 Jan 2013 13:24:13 +0100
> > Oliver Schinagl escreveu:
> >
> >> If I understood it right, you want to split the scan files into a
> >>>
On 01/09/2013 03:41 PM, Mauro Carvalho Chehab wrote:
> Christoph,
>
> Thank you for all the hard work over all those years!
Yeah, I second this.
I have a note though. Who is going to fix the URL in kaffeine? And how
often is kaffeine.kde.org/scanfile.dvb.qz updated? Is this done
automatically? A
Mauro,
On 09-01-13 15:37, Mauro Carvalho Chehab wrote:
Hi Oliver,
Em Wed, 09 Jan 2013 13:24:13 +0100
Oliver Schinagl escreveu:
If I understood it right, you want to split the scan files into a separate
git tree and maintain it, right?
I'm ok with that.
I also migrated the dvb-apps changes
Em Wed, 9 Jan 2013 06:08:44 -0500
Michael Krufky escreveu:
> On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Chehab
> wrote:
> > Em Wed, 09 Jan 2013 10:43:23 +0100
> > Oliver Schinagl escreveu:
> >
> >> On 08-01-13 21:01, Johannes Stezenbach wrote:
> >> > On Mon, Jan 07, 2013 at 01:48:29PM +0100
Both synchronous and asynchronous tvp514x subdevice probing is supported by
this patch.
Signed-off-by: Lad, Prabhakar
Cc: Guennadi Liakhovetski
Cc: Laurent Pinchart
Cc: Hans Verkuil
Cc: Sakari Ailus
Cc: Mauro Carvalho Chehab
---
drivers/media/i2c/tvp514x.c | 20 ++--
1 fil
Register the tvp514x decoder devices directly in board platform
data instead of letting the vpif capture driver register them at
their run-time. This uses the V4L2 asynchronous subdevice probing capability.
Signed-off-by: Lad, Prabhakar
Cc: Sekhar Nori
---
arch/arm/mach-davinci/board-da850-evm.
Add support for asynchronous subdevice probing, using the v4l2-async API.
The legacy synchronous mode is still supported too, which allows to
gradually update drivers and platforms. The selected approach adds a
notifier for each struct soc_camera_device instance, i.e. for each video
device node, ev
This patch series adds support for vpif capture driver to support
asynchronously register subdevices. The second patch add support for
tvp514x decoder to support v4l-async and the last patch adds support
for da850 evm to support v4l-async for vpif capture.
This patch is based on v4l2-async patch
(
On Wed 9 January 2013 13:32:12 Peter Senna Tschudin wrote:
> replace:
> #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE)
> with:
> #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
>
> This change was made for: CONFIG_VIDEO_CX88_DVB,
> CONFIG_VIDEO_CX88_BLACKBIRD, CONFIG_VIDEO_CX8
replace:
#if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE)
with:
#if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
This change was made for: CONFIG_VIDEO_CX88_DVB,
CONFIG_VIDEO_CX88_BLACKBIRD, CONFIG_VIDEO_CX88_VP3054
Reported-by: Mauro Carvalho Chehab
Signed-off-by: Peter Senna
replace:
#if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE)
with:
#if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
This change was made for: CONFIG_VIDEO_SAA7134_DVB
Reported-by: Mauro Carvalho Chehab
Signed-off-by: Peter Senna Tschudin
---
drivers/media/pci/saa7134/saa7134.h |
replace:
#if defined(CONFIG_INPUT_EVDEV) || defined(CONFIG_INPUT_EVDEV_MODULE)
with:
#if IS_ENABLED(CONFIG_INPUT_EVDEV)
This change was made for: CONFIG_INPUT_EVDEV, CONFIG_DVB_SP8870
Reported-by: Mauro Carvalho Chehab
Signed-off-by: Peter Senna Tschudin
---
drivers/media/pci/ttpci/av7110.c
On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Chehab
wrote:
> Em Wed, 09 Jan 2013 10:43:23 +0100
> Oliver Schinagl escreveu:
>
>> On 08-01-13 21:01, Johannes Stezenbach wrote:
>> > On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote:
>> >> On 07-01-13 11:46, Jiri Slaby wrote:
>> >>>
On Wed, Jan 09, 2013 at 10:43:23AM +0100, Oliver Schinagl wrote:
> On 08-01-13 21:01, Johannes Stezenbach wrote:
> >On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote:
> >>On 07-01-13 11:46, Jiri Slaby wrote:
> >>>On 12/18/2012 11:01 PM, Oliver Schinagl wrote:
> Unfortunatly, I hav
On Tuesday 8 January 2013 18:28:53 Devin Heitmueller wrote:
> On Tue, Jan 8, 2013 at 6:18 PM, Simon Farnsworth
> wrote:
> > The wireless folk use dBm (reference point 1 milliwatt), as that's the
> > reference point used in the 802.11 standard.
> >
> > Perhaps we need an extra FE_SCALE constant; FE
Em Wed, 09 Jan 2013 10:43:23 +0100
Oliver Schinagl escreveu:
> On 08-01-13 21:01, Johannes Stezenbach wrote:
> > On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote:
> >> On 07-01-13 11:46, Jiri Slaby wrote:
> >>> On 12/18/2012 11:01 PM, Oliver Schinagl wrote:
> Unfortunatly, I h
From: Vikas Sajjan
Made necessary changes in s6e8ax0 panel driver as per the CDF-T.
it also removes the dependency on backlight and lcd framework.
Signed-off-by: Vikas Sajjan
---
drivers/video/exynos/s6e8ax0.c | 602 ++--
1 file changed, 328 insertions(+)
From: Vikas Sajjan
Have made necessary chanages in s6e8ax0 panel driver, made an effort to remove
dependency on backlight and lcd framework, but its NOT fully done.
s6e8ax0_get_brightness() and s6e8ax0_set_brightness() functionalities have NOT
been modified. as backlight support in CDF are _NOT_
On 08-01-13 21:01, Johannes Stezenbach wrote:
On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote:
On 07-01-13 11:46, Jiri Slaby wrote:
On 12/18/2012 11:01 PM, Oliver Schinagl wrote:
Unfortunatly, I have had zero replies.
Hmm, it's sad there is a silence in this thread from linux-
Hi Laurent,
CDF will also be helpful in supporting Panels with integrated
audio (HDMI/DP) if we can add audio related control operations to
display_entity_control_ops. Video controls will be called by crtc
in DRM/V4L and audio controls from Alsa.
Secondly, if I need to support get_modes operation
51 matches
Mail list logo