Hi Laurent,
Thank you for the review.
On 08/09/2013 12:58 AM, Laurent Pinchart wrote:
> Hello,
>
> On Wednesday 24 July 2013 16:57:32 Sylwester Nawrocki wrote:
>> From: Andrzej Hajda
>>
>> Resolution set on ISP pad of S5C73M3-OIF subdev should be
>> propagated to source pad for TRY and ACTIVE fo
Hi
El 08/08/13 13:51, Mauro Carvalho Chehab escribió:
This is a first set of experimental patches for Mygica X8502/X8507.
The last patch is just a very dirty hack, for testing purposes. I intend
to get rid of it, but it is there to replace exactly the same changes that
Alfredo reported to work
Hi Sakari,
Thank you for the patch.
On Friday 19 July 2013 20:55:07 Sakari Ailus wrote:
> Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is not
> connected by an active link.
>
> This patch makes it possible to avoid drivers having to check for the most
> common case of link
Hello,
On Wednesday 24 July 2013 16:57:32 Sylwester Nawrocki wrote:
> From: Andrzej Hajda
>
> Resolution set on ISP pad of S5C73M3-OIF subdev should be
> propagated to source pad for TRY and ACTIVE formats.
> The patch adds missing propagation for TRY format.
I might be missing something, but w
On 08/08/2013 04:10 PM, Tomasz Figa wrote:
> On Thursday 08 of August 2013 15:47:19 Stephen Warren wrote:
>> On 08/08/2013 03:19 PM, Tomasz Figa wrote:
>>> On Thursday 08 of August 2013 15:00:52 Stephen Warren wrote:
On 08/05/2013 06:26 AM, Marek Szyprowski wrote:
> MFC driver use custom b
Hi Sakari,
On Wednesday 24 July 2013 18:55:38 Sakari Ailus wrote:
> On Wed, Jul 24, 2013 at 06:49:24PM +0300, Andy Shevchenko wrote:
> > On Wed, Jul 24, 2013 at 6:45 PM, Sakari Ailus wrote:
> >
> > []
> >
> > >> + max_m = clamp_t(u32, max_m,
> > >> sensor->limits[SMIAPP_LIMIT_SCALER_M_MIN],
On Thursday 08 of August 2013 15:47:19 Stephen Warren wrote:
> On 08/08/2013 03:19 PM, Tomasz Figa wrote:
> > Hi Stephen,
> >
> > On Thursday 08 of August 2013 15:00:52 Stephen Warren wrote:
> >> On 08/05/2013 06:26 AM, Marek Szyprowski wrote:
> >>> MFC driver use custom bindings for managing rese
Hi Archit,
Thank you for the patch.
On Friday 02 August 2013 19:33:43 Archit Taneja wrote:
> Add a DT node for VPE in dra7.dtsi. This is experimental because we might
> need to split the VPE address space a bit more, and also because the IRQ
> line described is accessible the IRQ crossbar driver
On 08/07/2013 11:03 AM, Arun Kumar K wrote:
From: Shaik Ameer Basha
This patch adds support for media device for EXYNOS5 SoCs.
The current media device supports the following ips to connect
through the media controller framework.
* MIPI-CSIS
Support interconnection(subdev interface) between
Hi Archit,
Thank you for the patch.
On Friday 02 August 2013 19:33:38 Archit Taneja wrote:
> The primary function of VPDMA is to move data between external memory and
> internal processing modules(in our case, VPE) that source or sink data.
> VPDMA is capable of buffering this data and then deliv
On 08/08/2013 03:19 PM, Tomasz Figa wrote:
> Hi Stephen,
>
> On Thursday 08 of August 2013 15:00:52 Stephen Warren wrote:
>> On 08/05/2013 06:26 AM, Marek Szyprowski wrote:
>>> MFC driver use custom bindings for managing reserved memory. Those
>>> bindings are not really specific to MFC device and
Hi Archit,
On Monday 05 August 2013 16:56:46 Archit Taneja wrote:
> On Monday 05 August 2013 01:43 PM, Tomi Valkeinen wrote:
> > On 02/08/13 17:03, Archit Taneja wrote:
> >> +struct vpdma_data_format vpdma_yuv_fmts[] = {
> >> + [VPDMA_DATA_FMT_Y444] = {
> >> + .data_type = DATA_TYPE
On Thu, Aug 08, 2013 at 05:52:53PM +0200, mario tillmann wrote:
> With the latest kernel 3.10.x I get an error message when loading the firmware
> sms1xxx-hcw-55xxx-dvbt-02.fw:
>
> smscore_load_firmware_family2: line: 986: sending
> MSG_SMS_DATA_VALIDITY_REQ expecting 0xcfed1755
> smscore_onrespon
Hi Stephen,
On Thursday 08 of August 2013 15:00:52 Stephen Warren wrote:
> On 08/05/2013 06:26 AM, Marek Szyprowski wrote:
> > MFC driver use custom bindings for managing reserved memory. Those
> > bindings are not really specific to MFC device and no even well
> > discussed. They can be easily re
On Thu, Aug 8, 2013 at 1:52 PM, Guennadi Liakhovetski
wrote:
> Hi Bryan,
>
> On Wed, 7 Aug 2013, Bryan Wu wrote:
>
>> Hi Guennadi and LMML,
>>
>> I'm working on a camera controller driver for Tegra, which is using
>> soc_camera. But we also need to use Tegra specific host1x interface
>> like syncp
Hi,
On Tuesday 06 August 2013 17:18:14 Su Jiaquan wrote:
> Hi Guennadi,
>
> Thanks for the reply! Please see my description inline.
>
> On Mon, Aug 5, 2013 at 5:02 AM, Guennadi Liakhovetski wrote:
> > On Sun, 4 Aug 2013, Su Jiaquan wrote:
> >> Hi,
> >>
> >> I know the title looks crazy, but her
On 08/05/2013 06:26 AM, Marek Szyprowski wrote:
> MFC driver use custom bindings for managing reserved memory. Those bindings
> are not really specific to MFC device and no even well discussed. They can
> be easily replaced with generic, platform independent code for handling
> reserved and contigu
Hello.
On 07/26/2013 12:23 AM, Sergei Shtylyov wrote:
From: Vladimir Barinov
Add Renesas R-Car VIN (Video In) V4L2 driver.
Based on the patch by Phil Edworthy .
Signed-off-by: Vladimir Barinov
[Sergei: removed deprecated IRQF_DISABLED flag, reordered/renamed 'enum chip_id'
values, re
Hi Bryan,
On Wed, 7 Aug 2013, Bryan Wu wrote:
> Hi Guennadi and LMML,
>
> I'm working on a camera controller driver for Tegra, which is using
> soc_camera. But we also need to use Tegra specific host1x interface
> like syncpt APIs.
>
> Since host1x is quite Tegra specific framework which is in
On 08/05/2013 04:37 PM, Sylwester Nawrocki wrote:
> On 08/05/2013 06:53 PM, Stephen Warren wrote:
>> On 08/03/2013 03:41 PM, Sylwester Nawrocki wrote:
>>> On 08/02/2013 05:02 PM, Arun Kumar K wrote:
The patch adds the DT binding documentation for Samsung
Exynos5 SoC series imaging subsyst
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: Thu Aug 8 19:00:17 CEST 2013
git branch: test
git hash: dfb9f94e8e5e7f73c8e2bcb7d4fb1de57e7c333d
gcc versi
When the frontend drivers got converted to DVBv5 API, the original
hook that tracked when a frontend is set got removed, being replaced
by an approach that would use the gate control. That doesn't work
fine with some boards. Also, the code were called more times than
desired.
Replace it by a logic
This is a first set of experimental patches for Mygica X8502/X8507.
The last patch is just a very dirty hack, for testing purposes. I intend
to get rid of it, but it is there to replace exactly the same changes that
Alfredo reported to work on Kernel 3.2.
I intend to remove it on a final series,
Those boards were missing the ISDB-T support.
Most of the work on this patch were done by Alfredo.
My work here were to port this patch from Kernel 3.2 to upstream,
fix the issue caused by the set_frontend bad hook, and add the
Kconfig bits.
Tested on a X8502 board rebranded as:
"Leadership - Pl
This is just a dirty hack that replaces the init sequence to the one
found on Mygica X8502, as reported by Alfredo.
This patch should never be merged as-is upstream, as it likely breaks
support for other devices.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c |
Hi Sylwester,
On Wednesday 07 August 2013 17:03:18 Sylwester Nawrocki wrote:
> On 07/26/2013 05:55 PM, Laurent Pinchart wrote:
> > On Friday 26 July 2013 15:36:22 Sylwester Nawrocki wrote:
> >> On 07/26/2013 03:15 PM, Laurent Pinchart wrote:
> >>> On Friday 26 July 2013 15:11:08 Sylwester Nawrocki
Hi Laurent,
On 08/07/2013 12:41 PM, Laurent Pinchart wrote:
> Subdevices have an async_list field used to store them in the global
> list of subdevices or in the notifier done lists. List entries are moved
> from the former to the latter in v4l2_async_test_notify() using
> list_move(). However, v4
On 08/08/2013 05:04 PM, Laurent Pinchart wrote:
> Calling v4l2_async_notifier_unregister() on a notifier that hasn't been
> registered leads to a crash. To simplify drivers, make it safe to
> unregister a notifier that has not been registered.
>
> Signed-off-by: Laurent Pinchart
Tested-by: Sylwe
Hi Hans,
Thank you for the patch.
On Thursday 08 August 2013 12:58:52 Hans Verkuil wrote:
> The V4L2 specification allows setting volatile controls as that is needed
> if you want to be able to set all controls in one go using
> VIDIOC_S_EXT_CTRLS.
>
> However, such new values should be ignored
Hi Guennadi ,
On 8 August 2013 20:22, Guennadi Liakhovetski wrote:
> Use devm_* resource allocators to simplify the driver's probe and clean up
> paths.
>
> Signed-off-by: Guennadi Liakhovetski
> ---
> drivers/media/platform/soc_camera/mx3_camera.c | 47
> +---
> 1 files
The sample code erroneously scales the y1, pb and pr variables from the
[0.0 .. 1.0] and [-0.5 .. 0.5] ranges to [0 .. 255] and [-128 .. 127].
Fix it.
Signed-off-by: Laurent Pinchart
---
Documentation/DocBook/media/v4l/pixfmt.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff
With synchronous subdevice probing regulators should be requested by the
soc-camera core in soc_camera_pdrv_probe(). Subdevice drivers, supporting
asynchronous probing, call soc_camera_power_init() to request regulators.
Erroneously, the same regulator array is used in the latter case as in
the for
This patch set converts the mx3-camera host and the mt9m111 sensor drivers
to asynchronous probing. Also an Oops in the mt9t031 driver is fixed for
the case, where an asynchronous probing is attempted.
Guennadi Liakhovetski (6):
V4L2: soc-camera: fix requesting regulators in synchronous case
The mt9t031 driver hasn't yet been updated to support asynchronous
subdevice probing. If such a probing is attempted, the driver is allowed
to fail, but it shouldn't Oops. This patch fixes such a potential NULL
pointer dereference.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/i2c/soc_c
V4L2_MBUS_FMT_* codes are defined in v4l2-mediabus.h as hexadecimal
constants. Print them in the same form for easier recognition.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/platform/soc_camera/mx3_camera.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a
Use devm_* resource allocators to simplify the driver's probe and clean up
paths.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/platform/soc_camera/mx3_camera.c | 47 +---
1 files changed, 10 insertions(+), 37 deletions(-)
diff --git a/drivers/media/platform/soc_c
The soc-camera core does all the work on supporting asynchronous
subdevice probing, host drivers only have to pass a subdevice list to
soc-camera. Typically this list is provided by the platform.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/platform/soc_camera/mx3_camera.c | 16 +
Convert the mt9m111 driver to asynchronous subdevice probing. Synchronous
probing is also still possible.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/i2c/soc_camera/mt9m111.c | 38 +--
1 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/drive
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/qv4l2.cpp | 112 ++
1 file changed, 96 insertions(+), 16 deletions(-)
diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp
index 892d9c3..644abe6 100644
--- a/utils/qv4l2/qv4l2.cpp
+++ b/utils
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/general-tab.cpp | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/utils/qv4l2/general-tab.cpp b/utils/qv4l2/general-tab.cpp
index c404a3b..2605397 100644
--- a/utils/qv4l2/general-tab.cpp
+++ b/utils/qv4l2/general-tab
- Fixes some of the missing status tips in the general tab.
- Fixes the frequency hint, now displaying correct value hints.
- Fixes the program parameters.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo
On 08/08/2013 02:31 PM, Bård Eirik Winther wrote:
> The PATCHv2 only rebases for master pull.
That applies properly, thanks!
Hans
>
> This adds scaling and aspect ratio support to the qv4l2 CaptureWin.
> In that regard it fixes a lot of other issues that would otherwise make
> scaling
Hi,
As a person who debugged the problem I would like add my comments.
On 08/07/2013 07:49 PM, Hans Verkuil wrote:
> On 08/07/2013 06:49 PM, Sylwester Nawrocki wrote:
>> Hi Hans,
>>
>> On 08/02/2013 03:00 PM, Hans Verkuil wrote:
>>> Hi Sylwester,
>>>
>>> The patch is good, but I have some issues
Hi Marek,
On Thursday 08 August 2013 14:14:30 Marek Szyprowski wrote:
> On 8/7/2013 12:44 PM, Laurent Pinchart wrote:
> > On Monday 12 November 2012 12:35:35 Laurent Pinchart wrote:
> > > On Friday 09 November 2012 15:33:22 Pawel Osciak wrote:
> > > > On Tue, Oct 16, 2012 at 8:37 AM, Laurent Pinch
This will resize the CaptureWin to the original frame size.
It also works with maximized windows.
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win.cpp | 12
utils/qv4l2/capture-win.h | 3 +++
utils/qv4l2/qv4l2.cpp | 6 --
utils/qv4l2/qv4l2.h | 1 +
Adds hotkey CTRL + F for both CaptureWin and main Capture menu.
Resets the scaling of CaptureWin to fit frame size.
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win.cpp | 3 +++
utils/qv4l2/capture-win.h | 1 +
utils/qv4l2/qv4l2.cpp | 1 +
3 files changed, 5 insertions(+)
d
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win.cpp | 36 ++--
utils/qv4l2/capture-win.h | 6
utils/qv4l2/general-tab.cpp | 68 +
utils/qv4l2/general-tab.h | 4 +++
utils/qv4l2/qv4l2.cpp | 22 ++
Created a function to get the total margins (window frame) in pixels
outside the actual video frame beeing displayed.
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win.cpp | 14 ++
utils/qv4l2/capture-win.h | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)
diff
Fixes the issue when the window was beeing resized/moved
and the frame image would become black.
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win-gl.cpp | 6 ++
1 file changed, 6 insertions(+)
diff --git a/utils/qv4l2/capture-win-gl.cpp b/utils/qv4l2/capture-win-gl.cpp
index 60
Fixed the YUY2 shaders to support scaling.
The new solution has cleaner shader code and texture upload
uses a better format for OpenGL.
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win-gl.cpp | 68 ++
1 file changed, 35 insertions(+), 33 delet
Created a general QtGL makefile condition and using config.h
to check in code if QtGL is present.
Signed-off-by: Bård Eirik Winther
---
configure.ac | 6 --
utils/qv4l2/Makefile.am| 4 ++--
utils/qv4l2/capture-win-gl.cpp | 12 ++--
utils/qv4l2/capture-win-
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/qv4l2.cpp | 84 +++
utils/qv4l2/qv4l2.h | 2 +-
2 files changed, 46 insertions(+), 40 deletions(-)
diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp
index 6f39726..e33254d 100644
--- a/u
The PATCHv2 only rebases for master pull.
This adds scaling and aspect ratio support to the qv4l2 CaptureWin.
In that regard it fixes a lot of other issues that would otherwise make scaling
render incorrectly. It also fixes some issues with the original OpenGL patch
series,
as well as adding twea
Signed-off-by: Bård Eirik Winther
---
utils/qv4l2/capture-win-gl.cpp | 26 ++--
utils/qv4l2/capture-win-gl.h | 7
utils/qv4l2/capture-win-qt.cpp | 23 ++-
utils/qv4l2/capture-win-qt.h | 5 +++
utils/qv4l2/capture-win.cpp| 93 -
On 8/7/2013 12:44 PM, Laurent Pinchart wrote:
On Monday 12 November 2012 12:35:35 Laurent Pinchart wrote:
> On Friday 09 November 2012 15:33:22 Pawel Osciak wrote:
> > On Tue, Oct 16, 2012 at 8:37 AM, Laurent Pinchart wrote:
> > > For output buffers application provide to the kernel the number o
On 08/08/2013 01:32 PM, Bård Eirik Winther wrote:
> Hi.
>
> Bad news. While rebasing my cropping support branch I noticed that Hans has
> merged in the wrong patch series for the scaling.
My bad, sorry. I've reverted the changes.
> The one Hans have merged is one of our internal revisions, as o
Hi Mauro,
Improvements for saa7115/gm7113c, moving the tea575x driver from sound to
drivers/media
(where it really belongs), and some streamlining for dv_timings handling: all
dv_timings
related helper code is now in a new module, so it's no longer in v4l2-common. I
also
added some helper funct
Hi Scott,
Sorry for the delayed review. Please ping me you don't see a reply from me
within a
week. I normally process patches on Monday and/or Friday, so you can keep that
in mind
when you decide it's time for a ping.
Thanks for posting the v4l2-compliance output. It looks like this is tested
Hi.
Bad news. While rebasing my cropping support branch I noticed that Hans has
merged in the wrong patch series for the scaling.
The one Hans have merged is one of our internal revisions, as only v1 is
present on the mailing list.
I sent out a full patch series on Tuesday that consists of 9 pa
The V4L2 specification allows setting volatile controls as that is needed
if you want to be able to set all controls in one go using VIDIOC_S_EXT_CTRLS.
However, such new values should be ignored by the control framework
since it makes no sense to set a volatile control. While the new value
will b
On 08/03/2013 03:19 PM, Jon Arne Jørgensen wrote:
> This patch set adds handling of the i2c_board_info struct to the saa7115
> driver.
> The main goal of this patch is to give the different devices with the gm7113c
> chip an opportunity to configure the chip to their needs.
>
> I've only implemen
61 matches
Mail list logo