Re: [RFC PATCH 00/18] tlg2300: various v4l2-compliance fixes

2013-02-01 Thread Huang Shijie
On Fri, Feb 1, 2013 at 3:49 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri February 1 2013 03:22:22 Huang Shijie wrote: Hi Hans: On Thu, Jan 31, 2013 at 6:25 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi all, Last year I worked on this driver to improve it and fix v4l2-compliance

Re: [RFC PATCH 00/18] tlg2300: various v4l2-compliance fixes

2013-02-01 Thread Hans Verkuil
On Fri February 1 2013 09:02:13 Huang Shijie wrote: On Fri, Feb 1, 2013 at 3:49 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri February 1 2013 03:22:22 Huang Shijie wrote: Hi Hans: On Thu, Jan 31, 2013 at 6:25 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi all, Last year I

Re: media_build: getting a TerraTec H7 working?

2013-02-01 Thread Mauro Carvalho Chehab
Em Thu, 31 Jan 2013 22:38:13 +0100 Torfinn Ingolfsen tin...@gmail.com escreveu: Hi, I'm trying to get a TerraTec H7 working. I started with Xubuntu 12.04, using kernel 3.2.24: tingo@kg-f4:~/work/w_scan-2012$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Sachin Kamat
On 1 February 2013 06:57, Inki Dae inki@samsung.com wrote: For example, If compatible = samsung,g2d-3.0 is added to exynos4210.dtsi, it'd be reasonable. But what if that compatible string is added to exynos4.dtsi?. This case isn't considered for exynos4412 SoC with v4.1. In case of

RE: [PATCH v17 4/7] fbmon: add videomode helpers

2013-02-01 Thread Jingoo Han
On Friday, January 25, 2013 6:02 PM, Steffen Trumtrar wrote Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding

Re: [PATCH v17 4/7] fbmon: add videomode helpers

2013-02-01 Thread Jingoo Han
On Friday, January 25, 2013 6:02 PM, Steffen Trumtrar wrote Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Sylwester Nawrocki
On 02/01/2013 09:33 AM, Sachin Kamat wrote: On 1 February 2013 06:57, Inki Dae inki@samsung.com wrote: For example, If compatible = samsung,g2d-3.0 is added to exynos4210.dtsi, it'd be reasonable. But what if that compatible string is added to exynos4.dtsi?. This case isn't considered

Re: [PATCH 5/5] s5p-fimc: Redefine platform data structure for fimc-is

2013-02-01 Thread Sylwester Nawrocki
On 01/30/2013 06:23 PM, Sylwester Nawrocki wrote: Newer Exynos4 SoC are equipped with a local camera ISP that controls external raw image sensor directly. Such sensors can be connected through FIMC-LITEn (and MIPI-CSISn) IPs to the ISP, which then feeds image data to the FIMCn IP. Thus there

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Sachin Kamat
In any case please let me know the final preferred one so that I can update the code send the revised patches. The version with SoC name embedded in it seems most reliable and correct to me. compatible = samsung,exynos3110-fimg-2d /* for Exynos3110 (S5PC110, S5PV210),

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Inki Dae
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sachin Kamat Sent: Friday, February 01, 2013 8:13 PM To: Sylwester Nawrocki Cc: Inki Dae; Kukjin Kim; Sylwester Nawrocki; linux-media@vger.kernel.org;

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Sachin Kamat
On 1 February 2013 17:02, Inki Dae inki@samsung.com wrote: How about using like below? Compatible = samsung,exynos4x12-fimg-2d /* for Exynos4212, Exynos4412 */ It looks odd to use samsung,exynos4212-fimg-2d saying that this ip is for exynos4212 and exynos4412. AFAIK, compatible

Re: media_build: getting a TerraTec H7 working?

2013-02-01 Thread Torfinn Ingolfsen
Hi, On Fri, Feb 1, 2013 at 9:07 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Well, I prefer to not use w_scan for DVB-C. It will take a long time to run, as it will try a large number of possibilities and still it might not find the channels, if your cable operator is using some weird

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Inki Dae
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sachin Kamat Sent: Friday, February 01, 2013 8:40 PM To: Inki Dae Cc: Sylwester Nawrocki; Kukjin Kim; Sylwester Nawrocki; linux- me...@vger.kernel.org;

[PATCH v3 0/1] Adds display-timing node parsing to exynos drm fimd

2013-02-01 Thread Vikas Sajjan
This patch adds display-timing node parsing to drm fimd, this depends on the display helper patchset at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html It also adds pinctrl support for drm fimd. changes since v2: - moved 'devm_pinctrl_get_select_default' function

[PATCH v3 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-02-01 Thread Vikas Sajjan
This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 39 +++--- 1 file changed, 35

[RFC PATCH 0/6] tm6000: v4l2-compliance fixes

2013-02-01 Thread Hans Verkuil
This patch series is also based on work I did a few months ago. This fixes all v4l2-compliance failures except for two: fail: v4l2-test-formats.cpp(698): Global format mismatch: 56595559/720x480 vs 59565955/720x480 This is due to the fact that the format is stored in the fh struct instead of

[RFC PATCH 5/6] tm6000: add poll op for radio device node.

2013-02-01 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/tm6000/tm6000-video.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/tm6000/tm6000-video.c b/drivers/media/usb/tm6000/tm6000-video.c index

[RFC PATCH 4/6] tm6000: set colorspace field.

2013-02-01 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/tm6000/tm6000-video.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/tm6000/tm6000-video.c b/drivers/media/usb/tm6000/tm6000-video.c index

[RFC PATCH 6/6] tm6000: fix G/TRY_FMT.

2013-02-01 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Two fixes: - the priv field wasn't set to 0. - only V4L2_FIELD_INTERLACED is supported. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/tm6000/tm6000-video.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-)

[RFC PATCH 3/6] tm6000: add support for control events and prio handling.

2013-02-01 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/tm6000/tm6000-video.c | 31 +++ drivers/media/usb/tm6000/tm6000.h |2 ++ 2 files changed, 25 insertions(+), 8 deletions(-) diff --git

[RFC PATCH 2/6] tm6000: convert to the control framework.

2013-02-01 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/tm6000/tm6000-video.c | 232 +-- drivers/media/usb/tm6000/tm6000.h |3 + 2 files changed, 68 insertions(+), 167 deletions(-) diff --git

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Inki Dae
2013. 2. 1. 오후 8:52 Inki Dae inki@samsung.com 작성: -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sachin Kamat Sent: Friday, February 01, 2013 8:40 PM To: Inki Dae Cc: Sylwester Nawrocki; Kukjin Kim;

Re: [PATCH RFC] media: Rename media_entity_remote_source to media_entity_remote_pad

2013-02-01 Thread Sylwester Nawrocki
Hi Andrzej, Thanks for the patch. On 01/22/2013 09:24 AM, Andrzej Hajda wrote: Function media_entity_remote_source actually returns the remote pad to the given one, regardless if this is the source or the sink pad. Name media_entity_remote_pad is more adequate for this function.

[GIT PULL FOR 3.9] Samsung media driver updates

2013-02-01 Thread Sylwester Nawrocki
Hi Mauro, The following change set includes various fixes and cleanups for the S5P/Exynos SoC media drivers (camera, video codec, g2d), some Samsung camera sensor driver updates and a new driver for the S5C73M3 camera. The branch is on top of staging/for_v3.9 branch and a bugfix patch that was in

Re: WinTV-HVR-1400: scandvb (and kaffeine) fails to find any channels

2013-02-01 Thread Devin Heitmueller
On Fri, Feb 1, 2013 at 9:16 AM, Chris Clayton chris2...@googlemail.com wrote: I've got some more diagnostics. I tuned on the 12c debugging in the cx23885 driver and ran the scan again. Surprisingly, the scan found 22 channels on a single frequency (that carries the BBC channels). I've attached

Re: [PATCH v3 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-02-01 Thread Sean Paul
On Fri, Feb 1, 2013 at 6:59 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org ---

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Kukjin Kim
Sylwester Nawrocki wrote: On 02/01/2013 09:33 AM, Sachin Kamat wrote: On 1 February 2013 06:57, Inki Dae inki@samsung.com wrote: For example, If compatible = samsung,g2d-3.0 is added to exynos4210.dtsi, it'd be reasonable. But what if that compatible string is added to

RE: [PATCH 5/5] s5p-fimc: Redefine platform data structure for fimc-is

2013-02-01 Thread Kukjin Kim
Sylwester Nawrocki wrote: On 01/30/2013 06:23 PM, Sylwester Nawrocki wrote: Newer Exynos4 SoC are equipped with a local camera ISP that controls external raw image sensor directly. Such sensors can be connected through FIMC-LITEn (and MIPI-CSISn) IPs to the ISP, which then feeds image

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-01 Thread Kukjin Kim
Kukjin Kim wrote: Oops, I'm re-sending due to my e-mail client problem :-( Sylwester Nawrocki wrote: On 02/01/2013 09:33 AM, Sachin Kamat wrote: On 1 February 2013 06:57, Inki Dae inki@samsung.com wrote: For example, If compatible = samsung,g2d-3.0 is added to

Re: [GIT PULL FOR 3.9] Samsung media driver updates

2013-02-01 Thread Sylwester Nawrocki
Mauro, I've added one more patch, here is an updated version: The following changes since commit 520f1fdfb9378b3718c6ce1c3ced5e784cfcaee0: s5p-csis: Fix clock handling on error path in probe() (2013-01-30 18:41:12 +0100) are available in the git repository at:

[PATCH v4 00/10] Device tree support for Exynos SoC camera subsystem

2013-02-01 Thread Sylwester Nawrocki
This is an updated patch series adding initial support for the Exynos4 SoC series camera subsystem. It is based on the video interfaces common device tree bindings and depends on patch series [1]. The full source tree can be browsed at [2]. I've dropped the RFC tag from this series and I'm going

[PATCH v4 01/10] s5p-csis: Add device tree support

2013-02-01 Thread Sylwester Nawrocki
s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC device. This patch support for binding the driver to the MIPI-CSIS devices instantiated from device tree and for parsing all SoC and board specific properties. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-01 Thread Sylwester Nawrocki
This patch adds support for FIMC devices instantiated from devicetree for S5PV210 and Exynos4 SoCs. The FIMC IP features include colorspace conversion and scaling (mem-to-mem) and parallel/MIPI CSI2 bus video capture interface. Multiple SoC revisions specific parameters are defined statically in

[PATCH v4 03/10] s5p-fimc: Add device tree support for FIMC-LITE devices

2013-02-01 Thread Sylwester Nawrocki
This patch add support for binding the driver to FIMC-LITE devices instantiated from the device tree. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/media/soc/samsung-fimc.txt | 15 +

[PATCH v4 04/10] s5p-fimc: Add device tree support for the main media device driver

2013-02-01 Thread Sylwester Nawrocki
This patch adds changes required for the main camera media device driver to be initialized on systems instantiated from the device tree. The platform devices corresponding to child nodes of the 'camera' node are looked up and and registered as sub-devices to the common media device. The main

[PATCH v4 05/10] s5p-fimc: Add device tree based sensors registration

2013-02-01 Thread Sylwester Nawrocki
The sensor (I2C and/or SPI client) devices are instantiated by their corresponding control bus drivers. Since the I2C client's master clock is often provided by a video bus receiver (host interface) or other than I2C/SPI controller device, the drivers of those client devices are not accessing

[PATCH v4 06/10] s5p-fimc: Use pinctrl API for camera ports configuration

2013-02-01 Thread Sylwester Nawrocki
Before the camera ports can be used the pinmux needs to be configured properly. This patch adds a function to set the camera ports pinctrl to a default state within the media driver's probe(). The camera port(s) are then configured for the video bus operation. Signed-off-by: Sylwester Nawrocki

[PATCH v4 07/10] ARM: dts: Add camera to node exynos4.dtsi

2013-02-01 Thread Sylwester Nawrocki
This patch adds common FIMC device nodes for all Exynos4 SoCs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 64 1 file changed, 64 insertions(+)

[PATCH v4 08/10] ARM: dts: Add ISP power domain node for Exynos4x12

2013-02-01 Thread Sylwester Nawrocki
The ISP power domain is a common power domain for fimc-lite and fimc-is (ISP) devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi |5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v4 09/10] ARM: dts: Add FIMC and MIPI CSIS device nodes for Exynos4x12

2013-02-01 Thread Sylwester Nawrocki
Add common camera node and fimc nodes specific to Exynos4212 and Exynos4412 SoCs. fimc-is is a node for the Exynos4x12 FIMC-IS subsystem and fimc-lite nodes are created as its child nodes, among others due to FIMC-LITE device dependencies on FIMC-IS related clocks. Signed-off-by: Sylwester

[PATCH v4 10/10] ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs

2013-02-01 Thread Sylwester Nawrocki
Add separate nodes for the CAMCLK pin and turn off pull-up on camera ports A, B. The video bus pins and the clock output (CAMCLK) pin need separate nodes since full camera port is not used in some configurations, e.g. for MIPI CSI-2 bus on CAMCLK is required and data/clock signal use separate

[PATCH v2 0/4] saa7134: Add AverMedia A706 AverTV Satellite Hybrid+FM

2013-02-01 Thread Ondrej Zary
Add AverMedia AverTV Satellite Hybrid+FM (A706) card to saa7134 driver. This requires some changes to tda8290 - disabling I2C gate control and passing custom std_map to tda18271. Also tuner-core needs to be changed because there's currently no way to pass any complex configuration to analog

[PATCH 1/4] tda8290: Allow disabling I2C gate

2013-02-01 Thread Ondrej Zary
Allow disabling I2C gate handling by external configuration. This is required by cards that have all devices on a single I2C bus, like AverMedia A706. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/tuners/tda8290.c | 49 +++

[PATCH 2/4] tda8290: Allow custom std_map for tda18271

2013-02-01 Thread Ondrej Zary
Allow specifying a custom std_map for tda18271 by external configuration. This is required by cards that require custom std_map for analog TV or radio, like AverMedia A706. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/tuners/tda8290.c |8 ++--

[PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-02-01 Thread Ondrej Zary
config looks like a hack that was added to tuner-core to allow some configuration of TDA8290 tuner (it's not used by any other driver). But with the new configuration options of tda8290 driver (no_i2c_gate and std_map), it's no longer sufficient. Change config to be void * instead, which allows

[PATCH 4/4] saa7134: Add AverMedia A706 AverTV Satellite Hybrid+FM

2013-02-01 Thread Ondrej Zary
Add AverMedia AverTV Satellite Hybrid+FM (A706) card to saa7134 driver. Working: analog inputs, TV, FM radio and IR remote control. Untested: DVB-S. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/i2c/ir-kbd-i2c.c | 13 ++-

[PATCH] crystalhd git.linuxtv.org kernel driver: FIX kernel unhandled paging request BUG triggered by multithreaded or faulty apps

2013-02-01 Thread thomas schorpp
This patch should pass the 3rd test case of this bug (kernel unhandled paging request) and maybe the PM resume issue, too: 21370-Feb 1 18:39:52 tom3 kernel: [59853.620636] crystalhd :03:00.0: Opening new user[0] handle 21371-Feb 1 18:39:52 tom3 kernel: [59853.875306] crystalhd

Re: WinTV-HVR-1400: scandvb (and kaffeine) fails to find any channels

2013-02-01 Thread Chris Clayton
Hi Devin, On 02/01/13 14:19, Devin Heitmueller wrote: On Fri, Feb 1, 2013 at 9:16 AM, Chris Clayton chris2...@googlemail.com wrote: I've got some more diagnostics. I tuned on the 12c debugging in the cx23885 driver and ran the scan again. Surprisingly, the scan found 22 channels on a single

cron job: media_tree daily build: WARNINGS

2013-02-01 Thread Hans Verkuil
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: Fri Feb 1 19:00:27 CET 2013 git branch: for_v3.9 git hash: 24dec5dabfcc1d424d7bc86d393d31f57ebcc975 gcc

Re: WinTV-HVR-1400: scandvb (and kaffeine) fails to find any channels

2013-02-01 Thread Devin Heitmueller
On Fri, Feb 1, 2013 at 4:03 PM, Chris Clayton chris2...@googlemail.com wrote: Yes, I noticed that but even with the tuning timeout set at medium or longest, I doesn't find any channels. However, I've been following the debug messages through the code and ended up at

Re: AW: omapdss/omap3isp/omapfb: Picture from omap3isp can't recover after a blank/unblank (or overlay disables after resuming)

2013-02-01 Thread Laurent Pinchart
Hi Florian, On Thursday 31 January 2013 13:06:53 Florian Neuhaus wrote: Hi Laurent, Thank you for your help, see my notes below: Laurent Pinchart wrote on 2013-01-30: Will result in the following and the following (screen flickers and goes black again): [ 5293.617095] omapdss DISPC

Re: RFC: add parameters to V4L controls

2013-02-01 Thread Laurent Pinchart
Hi Sylwester, On Thursday 31 January 2013 18:17:42 Sylwester Nawrocki wrote: On 01/07/2013 01:10 PM, Hans Verkuil wrote: On Mon January 7 2013 11:46:38 Andrzej Hajda wrote: [...] Currently V4L2 controls can have only single value (of type int, int64, string). Some hardware controls

Re: [PATCH 1/1] v4l: Document timestamp behaviour to correspond to reality

2013-02-01 Thread Sakari Ailus
Hi Hans, Thanks for your comments. On Mon, Jan 28, 2013 at 10:55:14AM +0100, Hans Verkuil wrote: On Fri January 25 2013 19:03:29 Sakari Ailus wrote: Document that monotonic timestamps are taken after the corresponding frame has been received, not when the reception has begun. This

Re: [PATCH RFC v2] media: tvp514x: add OF support

2013-02-01 Thread Sylwester Nawrocki
Hi Prabhakar, On 01/29/2013 02:07 PM, Prabhakar Lad wrote: [...] diff --git a/Documentation/devicetree/bindings/media/i2c/tvp514x.txt b/Documentation/devicetree/bindings/media/i2c/tvp514x.txt new file mode 100644 index 000..55d3ffd --- /dev/null +++

[PATCH 0/8] saa7134: improve v4l2-compliance

2013-02-01 Thread Ondrej Zary
This patch series improves v4l2-compliance of saa7134 driver. This includes only easy-to-fix things. More work is needed to fix the other problems. -- Ondrej Zary -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

[PATCH 1/8] saa7134: v4l2-compliance: implement V4L2_CAP_DEVICE_CAPS

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: implement V4L2_CAP_DEVICE_CAPS support and fix all capabilities problems reported by v4l2-compliance. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c | 58 + 1 files

[PATCH 2/8] saa7134: v4l2-compliance: don't report invalid audio modes for radio

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: filter audio modes that came from tuner - keep only MONO/STEREO in radio mode Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 3/8] saa7134: v4l2-compliance: use v4l2_fh to fix priority handling

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: remove broken priority handling and use v4l2_fh instead Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-core.c |3 +- drivers/media/pci/saa7134/saa7134-video.c | 61 +++-

[PATCH 4/8] saa7134: v4l2-compliance: return real frequency

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: don't cache frequency in s_frequency/g_frequency but return real one instead Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c |6 -- drivers/media/pci/saa7134/saa7134.h |1 - 2 files

[PATCH 5/8] saa7134: v4l2-compliance: fix g_tuner/s_tuner

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: return real frequency range in g_tuner and fail in s_tuner for non-zero tuner Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[PATCH 6/8] saa7134: v4l2-compliance: remove bogus audio input support

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: remove empty g_audio and s_audio functions and don't set audioset in enum_input Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c | 30 - 1 files changed, 0 insertions(+), 30

[PATCH 7/8] saa7134: v4l2-compliance: remove bogus g_parm

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: remove empty g_parm function Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/media/pci/saa7134/saa7134-video.c

[PATCH 8/8] saa7134: v4l2-compliance: clear reserved part of VBI structure

2013-02-01 Thread Ondrej Zary
Make saa7134 driver more V4L2 compliant: clear reserved space of VBI structure to make sure no garbage is left there Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/media/pci/saa7134/saa7134-video.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [RFC v2 0/5] Common Display Framework

2013-02-01 Thread Laurent Pinchart
Hi Marcus, On Tuesday 08 January 2013 18:08:19 Marcus Lorentzon wrote: On 01/08/2013 05:36 PM, Tomasz Figa wrote: On Tuesday 08 of January 2013 11:12:26 Marcus Lorentzon wrote: [snip] FYI, here is STE DSI API: http://www.igloocommunity.org/gitweb/?p=kernel/igloo-kernel.git;a=blob;f

Re: [RFC v2 0/5] Common Display Framework

2013-02-01 Thread Laurent Pinchart
Hi Marcus, On Tuesday 08 January 2013 11:12:26 Marcus Lorentzon wrote: [snip] I also looked at the video source in Tomi's git tree (http://gitorious.org/linux-omap-dss2/linux/blobs/work/dss-dev-model-cdf/inc lude/video/display.h). I think I would prefer a single setup op taking a struct

Re: [RFC v2 0/5] Common Display Framework

2013-02-01 Thread Laurent Pinchart
Hi Rahul, On Wednesday 09 January 2013 13:53:30 Rahul Sharma wrote: 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

Region of interest and window controls in UVC

2013-02-01 Thread Sean V Kelley
Has anyone been looking into CT_DIGITAL_WINDOW_CONTROL or CT_REGION_OF_INTEREST_CONTROL support? Just starting to look at the uvc 1.5 spec and seeing these features. Sean -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org