Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 16:18, Rémi Denis-Courmont escreveu: > Le mercredi 22 juin 2011 15:17:27 Mauro Carvalho Chehab, vous avez écrit : >>> My very little opinion is that waving GPL is way to the hell. Nobody told >>> me why similar technologies, in different kernel parts are acceptable, >>> but not here.

Re: [PATCH v2] V4L: add media bus configuration subdev operations

2011-06-22 Thread Guennadi Liakhovetski
Hi Hans Thanks for the review, agree to all, except one: On Wed, 22 Jun 2011, Hans Verkuil wrote: > On Wednesday, June 22, 2011 23:26:29 Guennadi Liakhovetski wrote: [snip] > > +static inline unsigned long v4l2_mbus_config_compatible(struct > > v4l2_mbus_config *cfg, > > +

Re: [PATCH 2/8] marvell-cam: Separate out the Marvell camera core

2011-06-22 Thread Jonathan Corbet
[Sorry, I'm just now recovering from one of those total-loss-of-inbox-control episodes...] On Fri, 17 Jun 2011 11:11:33 +0800 Kassey Lee wrote: > the problem is: > when we stop CCIC, and then switch to another format. > at this stage, actually, CCIC DMA is not stopped until the >

Re: [PATCH v2] V4L: add media bus configuration subdev operations

2011-06-22 Thread Hans Verkuil
On Wednesday, June 22, 2011 23:26:29 Guennadi Liakhovetski wrote: > Add media bus configuration types and two subdev operations to get > supported mediabus configurations and to set a specific configuration. > Subdevs can support several configurations, e.g., they can send video data > on 1 or seve

[PATCH v2] V4L: add media bus configuration subdev operations

2011-06-22 Thread Guennadi Liakhovetski
Add media bus configuration types and two subdev operations to get supported mediabus configurations and to set a specific configuration. Subdevs can support several configurations, e.g., they can send video data on 1 or several lanes, can be configured to use a specific CSI-2 channel, in such case

Re: KAIOMY ISDB-T Hybrid USB Dongle Receiver

2011-06-22 Thread nogueira13
Ok Mauro, Do you think I would capable to add the USB ID at cx231xx driver in order to make it work? Where from can I gownload the cx231xx in order I can try to introduce the line (I guess...) in the file of ths e cx231xx driver and after that to compile it with "make" and them do "make install" to

[GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup

2011-06-22 Thread hvaibhav
The following changes since commit af0d6a0a3a30946f7df69c764791f1b0643f7cd6: Linus Torvalds (1): Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip are available in the git repository at: git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-22 Thread Alan Stern
On Wed, 22 Jun 2011, Kirill Smelkov wrote: > There are cases, when 80% max isochronous bandwidth is too limiting. > > For example I have two USB video capture cards which stream uncompressed > video, and to stream full NTSC + PAL videos we'd need > > NTSC 640x480 YUV422 @30fps ~17.6 MB/

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Rémi Denis-Courmont
Le mercredi 22 juin 2011 15:17:27 Mauro Carvalho Chehab, vous avez écrit : > > My very little opinion is that waving GPL is way to the hell. Nobody told > > me why similar technologies, in different kernel parts are acceptable, > > but not here. > > If you want to do the networking code at userspa

[cron job] v4l-dvb daily build: ERRORS

2011-06-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Jun 22 19:00:42 CEST 2011 git hash:7023c7dbc3944f42aa1d6910a6098c5f9e23d3f1 gcc version: i686-linux-gcc (GCC) 4.5

[ANNOUNCE] Media subsystem workshop 2011 - Prague - Oct 24-26

2011-06-22 Thread Mauro Carvalho Chehab
Media subsystem workshop 2011 - Prague - Oct 24-26 Since 2007, we're doing annual mini-summits for the media subsystem, in order to plan the new features that will be introduced there. Last year, during the Kernel Summit 2010, it was decided that the Kernel Summit 2011 format will be modified, i

Re: KAIOMY ISDB-T Hybrid USB Dongle Receiver

2011-06-22 Thread Mauro Carvalho Chehab
Hi Antônio, Em 22-06-2011 15:13, nogueira13 escreveu: > I bought a KAIOMY ISDB-T Hybrid USB Dongle Receiver to use with my > Dell Inspiron 15 Laptop under Ubuntu 11.04 Linux. But I connect it in > the USB port and it doesn't recognises it. The kernel version I am > using is the 2.6.38-8-generic. I

KAIOMY ISDB-T Hybrid USB Dongle Receiver

2011-06-22 Thread nogueira13
I bought a KAIOMY ISDB-T Hybrid USB Dongle Receiver to use with my Dell Inspiron 15 Laptop under Ubuntu 11.04 Linux. But I connect it in the USB port and it doesn't recognises it. The kernel version I am using is the 2.6.38-8-generic. I opened the menuconfig of the kernel and I could saw that all m

[PATCH v2 04/18] s5p-fimc: Limit number of available inputs to one

2011-06-22 Thread Sylwester Nawrocki
Camera sensors at FIMC input are no longer selected with S_INPUT ioctl. They will be attached to required FIMC entity through pipeline re-configuration at the media device level. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 4

[PATCH v2 10/18] s5p-fimc: Add media operations in the capture entity driver

2011-06-22 Thread Sylwester Nawrocki
Add the link_setup handler for the camera capture video node. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 32 +++ drivers/media/video/s5p-fimc/fimc-core.h|2 + 2 files changed, 34 insertions(+

[PATCH v2 01/18] s5p-fimc: Add media entity initialization

2011-06-22 Thread Sylwester Nawrocki
Add intialization of the media entities for video capture and mem-to-mem video nodes. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 28 -- drivers/media/video/s5p-fimc/fimc-core.c| 27

[PATCH v2 06/18] s5p-fimc: Remove v4l2_device from video capture and m2m driver

2011-06-22 Thread Sylwester Nawrocki
Currently there is a v4l2_device instance being registered per each (capture and memory-to-memory) video node created per FIMC H/W instance. This patch is a prerequisite for using the top level v4l2_device instantiated by the media device driver. To retain current debug trace semantic (so it's poss

[PATCH 0/19] s5p-fimc driver conversion to media controller and control framework

2011-06-22 Thread Sylwester Nawrocki
Hello, following is an updated patchset for s5p-fimc driver conversion to the media controller API and control framework. In this version the ioctl handlers for format setting at the video node and the FIMC subdev has been reworked so they use common functions for capture data format adjustment t

[PATCH v2 05/18] s5p-fimc: Remove sensor management code from FIMC capture driver

2011-06-22 Thread Sylwester Nawrocki
The sensor subdevs need to be shared between all available FIMC instances. Remove their registration from FIMC capture driver so they can then be registered to the media device driver. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c

[PATCH v2 12/18] s5p-fimc: Correct color format enumeration

2011-06-22 Thread Sylwester Nawrocki
Create separate VIDIOC_ENUM_FMT ioctl handlers for video capture and mem-to-mem video node. This is needed as some formats are valid only for the video capture and some only for the mem-to-mem video node. Create single function for pixel format lookup out of find_mbus_format() and find_format(). S

[PATCH v2 09/18] s5p-fimc: Conversion to the control framework

2011-06-22 Thread Sylwester Nawrocki
The FIMC entity supports rotation, horizontal and vertical flip in camera capture and memory-to-memory operation mode. Due to atomic contexts used in mem-to-mem driver the control values need to be cached in drivers internal data structure. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmi

[PATCH v2 08/18] s5p-fimc: Conversion to use struct v4l2_fh

2011-06-22 Thread Sylwester Nawrocki
This is a prerequisite for the patch converting the driver to use the control framework. As the capture driver does not use per file handle contexts, two separate ioctl handlers are created for it (vidioc_try_fmt_mplane, and vidioc_g_fmt_mplane) so there is no handlers shared between the memory-to-

[PATCH v2 03/18] s5p-fimc: Remove sclk_cam clock handling

2011-06-22 Thread Sylwester Nawrocki
The external sclk_cam clocks will be handled at the media device driver level. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-core.c | 12 ++-- drivers/media/video/s5p-fimc/fimc-core.h |3 +-- 2 files changed, 3 insertions(+),

[PATCH v2 14/18] s5p-fimc: Add subdev for the FIMC processing block

2011-06-22 Thread Sylwester Nawrocki
This subdev interface exposes the internal scaler and color converter functionality to user space. Resolution and media bus format can now be configured explicitly by applications. Camera frame composition onto the output buffer can be configured through set/get_crop at FIMC.{n} source pad. Additio

[PATCH v2 16/18] s5p-fimc: Add v4l2_device notification support for single frame capture

2011-06-22 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 47 +++ drivers/media/video/s5p-fimc/fimc-core.h|2 + drivers/media/video/s5p-fimc/fimc-mdevice.c |1 + include/media/s5p_fimc.h

[PATCH v2 15/18] s5p-fimc: Add support for camera capture in JPEG format

2011-06-22 Thread Sylwester Nawrocki
Add support for transparent DMA transfer of JPEG data with MIPI-CSI2 USER1 format. In JPEG mode the color effect, scaling and cropping is not supported. Same applies to image rotation and flip thus those controls are marked as inactive when V4L2_PIX_FMT_JPEG pixelformat is selected. Signed-off-by:

[PATCH v2 18/18] s5p-fimc: Add runtime PM support in the camera capture driver

2011-06-22 Thread Sylwester Nawrocki
Add support for whole pipeline suspend/resume. Sensors must support suspend/resume through s_power subdev operation. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 79 --- drivers/media/video/s5p-fimc/fi

[PATCH v2 17/18] s5p-fimc: Use consistent names for the buffer list functions

2011-06-22 Thread Sylwester Nawrocki
Also correct and improve *_queue_add/pop functions description. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c |6 ++-- drivers/media/video/s5p-fimc/fimc-core.c|6 ++-- drivers/media/video/s5p-fimc/fimc-core.h| 38

[PATCH v2 13/18] s5p-fimc: Convert to use media pipeline operations

2011-06-22 Thread Sylwester Nawrocki
Add format negotiation routine for sensor subdevs not exposing a device node. TRY_FMT ioctl is completed by a subsequent patch adding the capture subdev. This way the try_fmt routines can be common for the subdev and the video node. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park

[PATCH v2 07/18] s5p-fimc: Add the media device driver

2011-06-22 Thread Sylwester Nawrocki
The fimc media device driver is hooked onto "s5p-fimc-md" platform device. Such a platform device need to be added in a board initialization code and then camera sensors need to be specified as it's platform data. The "s5p-fimc-md" device is a top level entity for all FIMC, mipi-csis and sensor dev

[PATCH v2 11/18] s5p-fimc: Add PM helper function for streaming control

2011-06-22 Thread Sylwester Nawrocki
Create a helper function for (re)starting streaming in PM resume calls. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 80 --- drivers/media/video/s5p-fimc/fimc-core.c|4 +- drivers/media/video/s

[PATCH v2 02/18] s5p-fimc: Remove registration of video nodes from probe()

2011-06-22 Thread Sylwester Nawrocki
Do not register video nodes during FIMC device probe. Also make fimc_register_m2m_device() public for use by the media device driver. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c |1 + drivers/media/video/s5p-fimc/fimc-core.c

Re: Sveon stv22 patches

2011-06-22 Thread David
Helo again: Sorry for my mistakes and errors, is my first patch, thanks for the doc, yes i have diffed in the wrong direction. i don't know how use git to patch but i'm gonna make a new patches, i expect the patches will be ok this time. Ok. The rc.map.h patch is not needed because we are using D

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-22 Thread matt mooney
On 10:30 Wed 22 Jun , matt mooney wrote: > On 20:02 Wed 22 Jun , Kirill Smelkov wrote: > > There are cases, when 80% max isochronous bandwidth is too limiting. > > > > For example I have two USB video capture cards which stream uncompressed > > video, and to stream full NTSC + PAL videos w

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-22 Thread matt mooney
On 20:02 Wed 22 Jun , Kirill Smelkov wrote: > There are cases, when 80% max isochronous bandwidth is too limiting. > > For example I have two USB video capture cards which stream uncompressed > video, and to stream full NTSC + PAL videos we'd need > > NTSC 640x480 YUV422 @30fps ~17.6

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Michael Krufky
On Sat, Jun 18, 2011 at 8:10 PM, HoP wrote: > Hi, > > get inspired by (unfortunately close-source) solution on stb > Dreambox 800 I have made my own implementation > of virtual DVB device, based on the same device API. > > In conjunction with "Dreamtuner" userland project > [http://code.google.com

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Steven Toth
>> This is not a political issue. It is a licensing issue. If you want to use >> someone's else code, you need to accept the licensing terms that the >> developers >> are giving you, by either paying the price for the code usage (on closed >> source >> licensing models), or by accepting the licen

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Michal Nazarewicz
On Wed, 22 Jun 2011 15:39:23 +0200, Arnd Bergmann wrote: Why that? I would expect you can do the same that hugepages (used to) do and just attempt high-order allocations. If they succeed, you can add them as a CMA region and free them again, into the movable set of pages, otherwise you just

[RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-22 Thread Kirill Smelkov
There are cases, when 80% max isochronous bandwidth is too limiting. For example I have two USB video capture cards which stream uncompressed video, and to stream full NTSC + PAL videos we'd need NTSC 640x480 YUV422 @30fps ~17.6 MB/s PAL 720x576 YUV422 @25fps ~19.7 MB/s isoc b

Video4Linux2 developer needed for H.264/MPEG-4 capture cards

2011-06-22 Thread Curtis Hall
We are actively seeking a developer for our line of H.264 / MPEG-4 capture cards. The driver is mostly mature, but several tweaks and enhancements are still needed, along with continued support to our customers. This position would work closely with our team of developers working on our Linux sur

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Michal Nazarewicz
On Wednesday, June 22, 2011 2:42 PM Arnd Bergmann wrote: We could also go further and add a runtime sysctl mechanism like the one for hugepages, where you can grow the pool at run time as long as there is enough free contiguous memory (e.g. from init scripts), or shrink it later if you want to al

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Andreas Oberritter
On 06/22/2011 05:19 PM, Mauro Carvalho Chehab wrote: > Em 22-06-2011 11:24, Andreas Oberritter escreveu: >> On 06/22/2011 03:45 PM, Mauro Carvalho Chehab wrote: >>> Em 22-06-2011 10:13, Andreas Oberritter escreveu: On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: > Em 22-06-2011 09:37,

[PATCH 3/3] noon010pc30: Clean up the s_power callback

2011-06-22 Thread Sylwester Nawrocki
Remove unneeded check for the platform data in s_power operation and reorder the code to use early return path. There is no functional changes in this patch. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/noon010pc30.c | 18 ++ 1 files c

[PATCH 2/3] noon010pc30: Convert to the pad level ops

2011-06-22 Thread Sylwester Nawrocki
Replace g/s_mbus_fmt ops with the pad level get/set_fmt operations. Add media entity initalization and set subdev flags so the host driver creates a v4l-subdev device node for the driver. A mutex is added for serializing operations on subdevice node. When setting format is attempted during streamin

[PATCH 0/3] noon010pc30 driver conversion to the pad level operations

2011-06-22 Thread Sylwester Nawrocki
The following patch set converts noon010pc30 camera sensor driver to the subdev pad level operations. Additionally it cleans up some leftover after conversion to the regulator framework and marks driver as experimental as it now uses V4L2 sub-device API. Sylwester Nawrocki (3): noon010pc30: Do

[PATCH 1/3] noon010pc30: Do not ignore errors in initial controls setup

2011-06-22 Thread Sylwester Nawrocki
Propagate return value from v4l2_ctrl_handler_setup as any errors from it are now silently ignored. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/noon010pc30.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/media/video

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 11:24, Andreas Oberritter escreveu: > On 06/22/2011 03:45 PM, Mauro Carvalho Chehab wrote: >> Em 22-06-2011 10:13, Andreas Oberritter escreveu: >>> On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: Em 22-06-2011 09:37, HoP escreveu: > 2011/6/22 Mauro Carvalho Chehab :

RE: [PATCH 2/4 v9] v4l: add control definitions for codec devices.

2011-06-22 Thread Kamil Debski
Hi, Just a quick comment below. > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: 22 June 2011 10:26 > > On Tuesday, June 14, 2011 18:36:54 Kamil Debski wrote: > > Add control definitions and documentation for controls > > specific to codec devices. > > > > Si

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Andreas Oberritter
On 06/22/2011 03:45 PM, Mauro Carvalho Chehab wrote: > Em 22-06-2011 10:13, Andreas Oberritter escreveu: >> On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: >>> Em 22-06-2011 09:37, HoP escreveu: 2011/6/22 Mauro Carvalho Chehab : > Em 21-06-2011 14:38, HoP escreveu: >> 2011/6/21 Ma

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 11:03, HoP escreveu: > 2011/6/22 Mauro Carvalho Chehab : >> Em 22-06-2011 10:13, Andreas Oberritter escreveu: >>> On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: Em 22-06-2011 09:37, HoP escreveu: > 2011/6/22 Mauro Carvalho Chehab : >> Em 21-06-2011 14:38, HoP escrev

RE: [PATCH 5/5] marvell-cam: implement contiguous DMA operation

2011-06-22 Thread Marek Szyprowski
Hello, On Tuesday, June 21, 2011 10:26 PM Mauro Carvalho Chehab wrote: > Em 20-06-2011 16:14, Jonathan Corbet escreveu: > > The core driver can now operate in either vmalloc or dma-contig modes; > > obviously the latter is preferable when it is supported. Default is > > currently vmalloc on all

Re: [PATCH 1/5] marvell-cam: convert to videobuf2

2011-06-22 Thread Jonathan Corbet
On Wed, 22 Jun 2011 15:59:04 +0200 Marek Szyprowski wrote: > > This is a basic, naive conversion to the videobuf2 infrastructure, removing > > a lot of code in the process. For now, we're using vmalloc, which is > > suboptimal, but it does match what the cafe driver did before. > > Could you

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread HoP
2011/6/22 Mauro Carvalho Chehab : > Em 22-06-2011 10:13, Andreas Oberritter escreveu: >> On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: >>> Em 22-06-2011 09:37, HoP escreveu: 2011/6/22 Mauro Carvalho Chehab : > Em 21-06-2011 14:38, HoP escreveu: >> 2011/6/21 Mauro Carvalho Chehab

RE: [PATCH 1/5] marvell-cam: convert to videobuf2

2011-06-22 Thread Marek Szyprowski
Hello Jonathan, On Monday, June 20, 2011 9:15 PM Jonathan Corbet wrote: > This is a basic, naive conversion to the videobuf2 infrastructure, removing > a lot of code in the process. For now, we're using vmalloc, which is > suboptimal, but it does match what the cafe driver did before. Could you

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 10:13, Andreas Oberritter escreveu: > On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: >> Em 22-06-2011 09:37, HoP escreveu: >>> 2011/6/22 Mauro Carvalho Chehab : Em 21-06-2011 14:38, HoP escreveu: > 2011/6/21 Mauro Carvalho Chehab : >> Em 21-06-2011 12:09, Andreas Ob

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Arnd Bergmann
On Wednesday 22 June 2011, Marek Szyprowski wrote: > Sounds really good, but it might be really hard to implemnt, at least for > CMA, because it needs to tweak parameters of memory management internal > structures very early, when buddy allocator has not been activated yet. Why that? I would expe

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread HoP
2011/6/22 Mauro Carvalho Chehab : > Em 22-06-2011 09:30, Andreas Oberritter escreveu: >> On 06/22/2011 02:17 PM, Mauro Carvalho Chehab wrote: >>> Em 21-06-2011 14:38, HoP escreveu: 2011/6/21 Mauro Carvalho Chehab : > Em 21-06-2011 12:09, Andreas Oberritter escreveu: >> On 06/21/2011 04

RE: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Marek Szyprowski
Hello, On Wednesday, June 22, 2011 2:42 PM Arnd Bergmann wrote: > On Wednesday 22 June 2011, Hans Verkuil wrote: > > > How about a Kconfig option that defines the percentage of memory > > > to set aside for contiguous allocations? > > > > I would actually like to see a cma_size kernel option of s

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Andreas Oberritter
On 06/22/2011 03:03 PM, Mauro Carvalho Chehab wrote: > Em 22-06-2011 09:37, HoP escreveu: >> 2011/6/22 Mauro Carvalho Chehab : >>> Em 21-06-2011 14:38, HoP escreveu: 2011/6/21 Mauro Carvalho Chehab : > Em 21-06-2011 12:09, Andreas Oberritter escreveu: >> On 06/21/2011 04:35 PM, Mauro C

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Andreas Oberritter
On 06/22/2011 02:55 PM, Mauro Carvalho Chehab wrote: > Em 22-06-2011 09:30, Andreas Oberritter escreveu: >> On 06/22/2011 02:17 PM, Mauro Carvalho Chehab wrote: >>> Em 21-06-2011 14:38, HoP escreveu: 2011/6/21 Mauro Carvalho Chehab : > Em 21-06-2011 12:09, Andreas Oberritter escreveu:

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 09:37, HoP escreveu: > 2011/6/22 Mauro Carvalho Chehab : >> Em 21-06-2011 14:38, HoP escreveu: >>> 2011/6/21 Mauro Carvalho Chehab : Em 21-06-2011 12:09, Andreas Oberritter escreveu: > On 06/21/2011 04:35 PM, Mauro Carvalho Chehab wrote: >> Em 21-06-2011 11:15, Andreas Ob

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2011 09:30, Andreas Oberritter escreveu: > On 06/22/2011 02:17 PM, Mauro Carvalho Chehab wrote: >> Em 21-06-2011 14:38, HoP escreveu: >>> 2011/6/21 Mauro Carvalho Chehab : Em 21-06-2011 12:09, Andreas Oberritter escreveu: > On 06/21/2011 04:35 PM, Mauro Carvalho Chehab wrote:

Re: vb2: holding buffers until after start_streaming()

2011-06-22 Thread Hans Verkuil
On Wednesday, June 22, 2011 14:38:55 Jonathan Corbet wrote: > On Wed, 22 Jun 2011 11:43:14 +0200 > Marek Szyprowski wrote: > > > > Do you really need a flag? If a driver absolutely cannot stream without > > > buffers queued (and can't be fixed to start streaming for real when the > > > buffers s

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Arnd Bergmann
On Wednesday 22 June 2011, Hans Verkuil wrote: > > How about a Kconfig option that defines the percentage of memory > > to set aside for contiguous allocations? > > I would actually like to see a cma_size kernel option of some sort. This would > be for the global CMA pool only as I don't think we

Re: vb2: holding buffers until after start_streaming()

2011-06-22 Thread Jonathan Corbet
On Wed, 22 Jun 2011 11:43:14 +0200 Marek Szyprowski wrote: > > Do you really need a flag? If a driver absolutely cannot stream without > > buffers queued (and can't be fixed to start streaming for real when the > > buffers show up) it should just return -EINVAL from start_streaming() or > > some

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread HoP
2011/6/22 Mauro Carvalho Chehab : > Em 21-06-2011 14:38, HoP escreveu: >> 2011/6/21 Mauro Carvalho Chehab : >>> Em 21-06-2011 12:09, Andreas Oberritter escreveu: On 06/21/2011 04:35 PM, Mauro Carvalho Chehab wrote: > Em 21-06-2011 11:15, Andreas Oberritter escreveu: >> On 06/21/2011 03

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Andreas Oberritter
On 06/22/2011 02:17 PM, Mauro Carvalho Chehab wrote: > Em 21-06-2011 14:38, HoP escreveu: >> 2011/6/21 Mauro Carvalho Chehab : >>> Em 21-06-2011 12:09, Andreas Oberritter escreveu: On 06/21/2011 04:35 PM, Mauro Carvalho Chehab wrote: > Em 21-06-2011 11:15, Andreas Oberritter escreveu:

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-22 Thread Mauro Carvalho Chehab
Em 21-06-2011 14:38, HoP escreveu: > 2011/6/21 Mauro Carvalho Chehab : >> Em 21-06-2011 12:09, Andreas Oberritter escreveu: >>> On 06/21/2011 04:35 PM, Mauro Carvalho Chehab wrote: Em 21-06-2011 11:15, Andreas Oberritter escreveu: > On 06/21/2011 03:44 PM, Devin Heitmueller wrote: >> O

Re: impossible to tune card, but I can watch TV :?

2011-06-22 Thread Antti Palosaari
No exactly knowledge, but I cannot see where you define used bandwidth. Frequency and bandwidth are generally needed by every DVB-T tuner as param. Maybe those just are defaulted to different defaults or no default at all. Antti On 06/22/2011 01:05 PM, mutoid wrote: Hello, I have an Avermed

Re: RTL2831U driver updates

2011-06-22 Thread Antti Palosaari
On 06/22/2011 09:13 AM, Steffen Barszus wrote: On Wed, 22 Jun 2011 07:34:31 +0200 Jan Hoogenraad wrote: Thanks. Do you know more about this subject ? We do have specs about the chipset, but http://linuxtv.org/downloads/v4l-dvb-apis/remote_controllers.html#Remote_controllers_Intro only menti

Re: Sveon stv22 patches

2011-06-22 Thread Antti Palosaari
Hello Comments below. Could you use Git since you have latest Kernel? If that's too hard don't try it, I can leave without, but it will easy my work a little. You have diffed wrong direction, those patches are removing lines rather than adding (- vs. +). Also you your signed off by is needed.

Re: [PATCH 2/4 v9] v4l: add control definitions for codec devices.

2011-06-22 Thread Hans Verkuil
On Wednesday, June 22, 2011 12:30:45 Kamil Debski wrote: > > > + > > > + > spanname="id">V4L2_CID_MPEG_VIDEO_MPEG4_VOP_TIME_RES&nb > > sp; > > > + integer > > > + vop_time_increment_resolution > > value for MPEG4. Applicable to the MPEG4 encoder. > > > + > > > +

Sveon stv22 patches

2011-06-22 Thread David
Hello Again: The patches for sveon stv22 are done, the first test seems to be ok , tdt tv working , remote working, tests with ubuntu and custom kernel 3.0.0.rc4 , software tvheadend and xbmc tvlive frontend. The console output is: usb 5-1.4: new high speed USB device number 13 using ehci_hcd dv

RE: [PATCH 2/4 v9] v4l: add control definitions for codec devices.

2011-06-22 Thread Kamil Debski
Hi, > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: 22 June 2011 10:26 > To: Kamil Debski > Cc: linux-media@vger.kernel.org; m.szyprow...@samsung.com; > kyungmin.p...@samsung.com; jaeryul...@samsung.com; > laurent.pinch...@ideasonboard.com; jtp.p...@samsung.co

[PATCH] Improve UVC buffering with regard to USB. Add checks to avoid division by zero.

2011-06-22 Thread Hans Petter Selasky
Hi, In the UVC driver, the amount of buffering is controlled by the picture frame size divided by the USB packet size. This can sometimes lead to too small or too big buffers. The solution is to fix the buffer size with regard to the amount of buffering time: This patch will fix ISOCHRONOUS b

impossible to tune card, but I can watch TV :?

2011-06-22 Thread mutoid
Hello, I have an Avermedia Super 007, installed in a headless Linux machine to multicast some TV channels. I use "mumudvb" and works fine, without problem. I can stream 4 TV channels and 4 radios at once But now I need to extract EPG data, using dbvtune and tv_grab_dvb I tried 2 configurations:

RE: vb2: holding buffers until after start_streaming()

2011-06-22 Thread Marek Szyprowski
Hello, On Tuesday, June 21, 2011 7:14 PM Jonathan Corbet wrote: > On Tue, 21 Jun 2011 18:07:03 +0200 > Marek Szyprowski wrote: > > > I have an idea to introduce a new flags to let device driver tell vb2 > > weather it supports 'streaming without buffers' or not. This way the > > order of operat

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-06-22 Thread Laurent Pinchart
Hi Florian, On Wednesday 22 June 2011 07:45:45 Florian Tobias Schandinat wrote: > On 06/21/2011 10:31 PM, Laurent Pinchart wrote: > > On Tuesday 21 June 2011 22:49:14 Geert Uytterhoeven wrote: > >> On Tue, Jun 21, 2011 at 17:36, Laurent Pinchart wrote: > >>> +The FOURCC-based API replaces format d

Re: [PATCH 4/4 v9] MFC: Add MFC 5.1 V4L2 driver

2011-06-22 Thread Hans Verkuil
On Tuesday, June 14, 2011 18:36:56 Kamil Debski wrote: > Multi Format Codec 5.1 is a hardware video coding acceleration > module found in the S5PV210 and Exynos4 Samsung SoCs. It is > capable of handling a range of video codecs and this driver > provides a V4L2 interface for video decoding and enco

Re: [PATCH 2/4 v9] v4l: add control definitions for codec devices.

2011-06-22 Thread Hans Verkuil
On Tuesday, June 14, 2011 18:36:54 Kamil Debski wrote: > Add control definitions and documentation for controls > specific to codec devices. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > Documentation/DocBook/media/v4l/controls.xml | 958 > ++ >

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Michal Nazarewicz
On Wed, 22 Jun 2011 09:03:30 +0200, Hans Verkuil wrote: What I was wondering about is how this patch series changes the allocation in case it can't allocate from the CMA pool. Will it attempt to fall back to a 'normal' allocation? Unless Marek changed something since I wrote the code, which

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-22 Thread Hans Verkuil
On Wednesday, June 15, 2011 09:37:18 Arnd Bergmann wrote: > On Wednesday 15 June 2011 09:11:39 Marek Szyprowski wrote: > > I see your concerns, but I really wonder how to determine the properties > > of the global/default cma pool. You definitely don't want to give all > > available memory o CMA, b