Hi Guennadi,
Guennadi Liakhovetski wrote:
As for the actual question, I have no idea how they implement still
images: the UVC standard defines two methods for higher-resolution still
image capture: either using the "still image trigger control" or a
dedicated bulk pipeline (and a hardware butt
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 Mar 19 04:00:15 CET 2015
git branch: test
git hash: 3d945be05ac1e806af075e9315bc1b3409adae2b
gcc versio
Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
---
.../devicetree/bindings/media/ti,omap3isp.txt | 71
MAINTAINERS|1 +
include/dt-bindings/media/omap3-isp.h | 22 ++
3 files changed, 94 insertions
Add support for the primary camera of the Nokia N950 and N9.
Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
---
arch/arm/boot/dts/omap3-n9.dts | 37 +
arch/arm/boot/dts/omap3-n950.dts | 37 +
2 files changed,
Hi folks,
Since v1, I've rebased the set on Tero Kristo's PRCM / SCM cleanup patchset
here:
http://www.spinics.net/lists/linux-omap/msg116949.html>
v1 can be found here:
http://www.spinics.net/lists/linux-omap/msg116753.html>
Changes since v1:
- Fixed phy reference (number to name) in the exa
The resources the ISP needs are slightly different on 3[45]xx and 3[67]xx.
Especially the phy-type property is different.
Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
---
arch/arm/boot/dts/omap34xx.dtsi | 17 +
arch/arm/boot/dts/omap36xx.dtsi | 17 +
When utilizing userptr buffers for output from the CCDC, the
DMA subsystem maps buffers into the virtual address space.
However, the DMA subsystem also has a configurable parameter
for what the largest segment to allocate is out of the virtual
address space as well.
Since we need contiguous buffer
Hi Mauro,
The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b:
[media] mn88473: simplify bandwidth registers setting code (2015-03-03
13:09:12 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git sensors/next
for you to fetch changes
On 03/18/15 16:44, Sakari Ailus wrote:
I don't think omap3isp has been using this very long. A few minor versions
perhaps.
Do you know if this common code is supposed to guarantee a
physically contiguous memory region? The documentation for the
function doesn't indicate that it should, and it
Hi Prabhakar,
Lad Prabhakar wrote:
...
+static int ov2659_g_volatile_ctrl(struct v4l2_ctrl *ctrl)
+{
+ struct ov2659 *ov2659 =
+ container_of(ctrl->handler, struct ov2659, ctrls);
+ struct v4l2_mbus_framefmt *fmt = &ov2659->format;
+
+ switch (ctrl->id) {
Hi Oliver,
On Tue, 17 Mar 2015, Oliver Lehmann wrote:
> Hi,
>
> I'm using v4l2 on FreeBSD but I hope this doesn't matter that much.
> I got a new MS LifeCam Studio HD which makes quite good pictures
> because of its focus possibilites.
>
> When I use the original software provided by MS the "au
Hi Tim,
On Wed, Mar 18, 2015 at 03:58:07PM -0500, Tim Nordell wrote:
> Laurent -
>
> On 03/18/15 14:49, Tim Nordell wrote:
> >Digging through to find who is responsible for assigning the virtual
> >addresses, I find that it's buried inside
> >arch/arm/mm/dma-mapping.c:__alloc_iova(...). This cal
On 03/18/2015 10:13 PM, Antti Palosaari wrote:
On 03/17/2015 01:10 AM, Benjamin Larsson wrote:
On 03/16/2015 11:44 PM, Antti Palosaari wrote:
On 03/16/2015 11:47 PM, Antti Palosaari wrote:
On 03/16/2015 12:57 AM, Benjamin Larsson wrote:
Signed-off-by: Benjamin Larsson
Applied.
I found th
Signed-off-by: Benjamin Larsson
---
drivers/staging/media/mn88473/mn88473.c | 50 +++--
1 file changed, 48 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/mn88473/mn88473.c
b/drivers/staging/media/mn88473/mn88473.c
index a23e59e..196fcd6 100644
--- a
On 03/17/2015 01:10 AM, Benjamin Larsson wrote:
On 03/16/2015 11:44 PM, Antti Palosaari wrote:
On 03/16/2015 11:47 PM, Antti Palosaari wrote:
On 03/16/2015 12:57 AM, Benjamin Larsson wrote:
Signed-off-by: Benjamin Larsson
Applied.
I found this does not work at least for DVB-C. After playi
Laurent -
On 03/18/15 14:49, Tim Nordell wrote:
Digging through to find who is responsible for assigning the virtual
addresses, I find that it's buried inside
arch/arm/mm/dma-mapping.c:__alloc_iova(...). This call is called
individually for each entry in the scatter-gather table via
__map_sg_ch
On Wed, Mar 18, 2015 at 03:38:46PM +0200, Laurent Pinchart wrote:
> Parse DT properties into a platform data structure when a DT node is
> available.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
--
Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To un
Hi Laurent,
On Wed, Mar 18, 2015 at 03:32:28PM +0200, Laurent Pinchart wrote:
...
> > > @@ -876,10 +879,59 @@ static const struct regmap_config
> > > mt9v032_regmap_config = {>
> > > * Driver initialization and probing
> > > */
> > >
> > > +static struct mt9v032_platform_data *
> > > +mt9v03
We're working on a DM3730 platform running a 3.5.7 kernel, using the
pipeline below to take a 12-bit monochrome sensor (Aptina AR0130) and
convert it to UYVY format for use with the TI codecs.
In general, this works, but the images end up looking washed out.
Running them thru a "normalize" functio
Laurent -
On 03/18/15 10:21, Laurent Pinchart wrote:
Correct. sg_dma_address() should contain the DMA virtual address when
an IOMMU is used.
I was assuming it was checking the physical memory layout to it without
looking too closely to the code. Armed with that knowledge, I'll dig a
little dee
> Note however that it is perfectly fine if the driver detects the presence
> of such an onboard header when it is loaded and then only exposes those
> extra inputs if the header is present. It just can't change the list later
> unless do you an rmmod and modprobe of the driver. It's probably what
On 16/03/2015 20:57, Hans Verkuil wrote:
> On 03/16/2015 07:01 PM, Devin Heitmueller wrote:
>>> I'm looking to enhance video input/output enumeration support in
>>> GStreamer using VIDIOC_ENUMINPUT/VIDIOC_ENUMOUTPUT ioctls and after some
>>> discussions we wonder if the input/output list can change
Am Mittwoch, den 18.03.2015, 17:20 +0100 schrieb Kamil Debski:
> Hi Philipp,
>
> > From: Hans Verkuil [mailto:hverk...@xs4all.nl]
> > Sent: Tuesday, March 17, 2015 5:09 PM
> >
> > On 03/17/2015 11:46 AM, Philipp Zabel wrote:
> > > Hi,
> > >
> > > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Ph
Hi Philipp,
> From: Hans Verkuil [mailto:hverk...@xs4all.nl]
> Sent: Tuesday, March 17, 2015 5:09 PM
>
> On 03/17/2015 11:46 AM, Philipp Zabel wrote:
> > Hi,
> >
> > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel:
> >> At the V4L2 codec API session during ELC-E 2014, we agreed that
Hi Mauro,
The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b:
[media] mn88473: simplify bandwidth registers setting code (2015-03-03
13:09:12 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap4iss/next
for you to fetch change
On Sat, Mar 14, 2015 at 9:57 AM, Laurent Pinchart
wrote:
> Signed-off-by: Laurent Pinchart
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> Aptina has recently been acquired by ON Semiconductor, but the name Aptina is
> still widely used.
Laurent -
On 03/18/15 10:19, Laurent Pinchart wrote:
Hi Tim,
Thank you for the patch.
On Tuesday 10 March 2015 14:24:53 Tim Nordell wrote:
During testing there appeared to be a race condition where the IRQs
for VD0 and VD1 could be triggered while enabling the CCDC module
before the pipeline
Hi Tim,
On Wednesday 18 March 2015 10:19:15 Tim Nordell wrote:
> Laurent -
>
> On 03/18/15 09:59, Laurent Pinchart wrote:
> > Hi Tim,
> > The names might be a bit misleading, vb2-dma-contig requires contiguous
> > memory in the device memory space, not in physical memory. The IOMMU,
> > managed t
Laurent -
Agreed. This is a stop gap for this, but I guess by the time this patch
could possibly get incorporated we'd be off to device tree anyways.
- Tim
(Sorry for the repeat - my e-mail client sent out an HTML message so it
didn't get through to the mailing list.)
On 03/18/15 10:15, L
Laurent -
On 03/18/15 09:59, Laurent Pinchart wrote:
Hi Tim,
The names might be a bit misleading, vb2-dma-contig requires contiguous memory
in the device memory space, not in physical memory. The IOMMU, managed through
dma_map_sg_attrs, should have mapped the userptr buffer contiguously in the
I
Hi Tim,
Thank you for the patch.
On Tuesday 10 March 2015 14:24:53 Tim Nordell wrote:
> During testing there appeared to be a race condition where the IRQs
> for VD0 and VD1 could be triggered while enabling the CCDC module
> before the pipeline status was updated. Simply modify the trigger
> co
Hi Tim,
Thank you for the patch.
The OMAP3 ISP driver is moving to DT, hopefully in time for v4.1. See "[PATCH
00/15] omap3isp driver DT support" posted to the list on Monday. I'd rather go
for proper DT support instead of custom deferred probing.
On Tuesday 10 March 2015 14:24:52 Tim Nordell
Hi Tim,
On Wednesday 18 March 2015 09:54:58 Tim Nordell wrote:
> On 03/18/15 07:39, Laurent Pinchart wrote:
> > On Tuesday 17 March 2015 17:57:30 Tim Nordell wrote:
> >> On 04/21/14 07:29, Laurent Pinchart wrote:
> >>> Replace the custom buffers queue implementation with a videobuf2 queue.
> >>>
Laurent -
On 03/18/15 07:39, Laurent Pinchart wrote:
Hi Tim,
On Tuesday 17 March 2015 17:57:30 Tim Nordell wrote:
On 04/21/14 07:29, Laurent Pinchart wrote:
Replace the custom buffers queue implementation with a videobuf2 queue.
Signed-off-by: Laurent Pinchart
I realize this is late (it's
Hi Sakari,
On 03/18/2015 01:39 PM, Sakari Ailus wrote:
Hi Jacek,
On Thu, Mar 12, 2015 at 04:45:11PM +0100, Jacek Anaszewski wrote:
This patch extends LED Flash class documention by
the description of interactions with v4l2-flash sub-device.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin
For video capture it is the driver that reports the colorspace, Y'CbCr encoding
and quantization range used by the video, and there is no way to request
something
different, even though many HDTV receivers have some sort of colorspace
conversion
capabilities.
For output video this feature alread
Hello,
Gentle ping to the DT maintainers for this (hopefully) simple bikeshedding
question.
On Saturday 14 March 2015 16:57:36 Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> Ap
Parse DT properties into a platform data structure when a DT node is
available.
Signed-off-by: Laurent Pinchart
---
Changes since v3:
- Use /bits/ 64 in the DT bindings example
- Remove the parent I2C master node from the DT bindings example
- Use devm_kcalloc() to allocate array
Changes sinc
Hi Sakari,
On Sunday 15 March 2015 02:21:07 Sakari Ailus wrote:
> On Sat, Mar 14, 2015 at 04:57:37PM +0200, Laurent Pinchart wrote:
> ...
>
> > diff --git a/Documentation/devicetree/bindings/media/i2c/mt9v032.txt
> > b/Documentation/devicetree/bindings/media/i2c/mt9v032.txt new file mode
> > 1006
Hello,
On Monday 16 March 2015 09:06:22 Geert Uytterhoeven wrote:
> On Sun, Mar 15, 2015 at 3:33 PM, Yoshihiro Kaneko wrote:
> > From: Yoshifumi Hosoya
> >
> > Change to VSPD hardware recommended value.
> > Purpose is highest pixel clock without underruns.
> > In the default R-Car Linux BSP conf
Hi Jacek,
On Thu, Mar 12, 2015 at 04:45:11PM +0100, Jacek Anaszewski wrote:
> This patch extends LED Flash class documention by
> the description of interactions with v4l2-flash sub-device.
>
> Signed-off-by: Jacek Anaszewski
> Acked-by: Kyungmin Park
> Acked-by: Sakari Ailus
> Cc: Bryan Wu
>
Hi Tim,
On Tuesday 17 March 2015 17:57:30 Tim Nordell wrote:
> On 04/21/14 07:29, Laurent Pinchart wrote:
> > Replace the custom buffers queue implementation with a videobuf2 queue.
> >
> > Signed-off-by: Laurent Pinchart
>
> I realize this is late (it's in the kernel now), but I'm noticing tha
Hi Kamil,
Am Mittwoch, den 18.03.2015, 11:44 +0100 schrieb Kamil Debski:
> Hi Philipp,
>
> > From: Jean-Michel Hautbois [mailto:jhautb...@gmail.com]
> > Sent: Friday, February 27, 2015 10:00 AM
> > To: Philipp Zabel
> > Cc: Kamil Debski; Peter Seiderer; Linux Media Mailing List; Sascha
> > Hauer
Am Freitag, den 27.02.2015, 09:59 +0100 schrieb Jean-Michel Hautbois:
> Hi Philipp,
>
> 2015-02-23 16:20 GMT+01:00 Philipp Zabel :
> > Signed-off-by: Philipp Zabel
> > ---
> > drivers/media/platform/coda/coda-common.c | 13 -
> > 1 file changed, 12 insertions(+), 1 deletion(-)
> >
>
We divide the bitrate by 1000 before writing it to the register.
Communicate to userspace that the bitrate granularity is kbps.
Signed-off-by: Philipp Zabel
---
Changes since v1:
- Added missing patch description
---
drivers/media/platform/coda/coda-common.c | 2 +-
1 file changed, 1 insertion(
Hi,
any progress?? Do you need some more debugging output from me?
Regards,
David
2015-02-26 19:14 GMT+01:00 David Cimbůrek :
> 2015-02-25 23:30 GMT+01:00 David Härdeman :
>> David, could you please test this patch?
>> ---
>> drivers/media/usb/dvb-usb/dib0700_core.c | 70
>>
Hi Philipp,
> From: Jean-Michel Hautbois [mailto:jhautb...@gmail.com]
> Sent: Friday, February 27, 2015 10:00 AM
> To: Philipp Zabel
> Cc: Kamil Debski; Peter Seiderer; Linux Media Mailing List; Sascha
> Hauer
> Subject: Re: [PATCH 10/12] [media] coda: fail to start streaming if
> userspace set in
On 03/12/2015 04:45 PM, Jacek Anaszewski wrote:
This patch adds device tree binding documentation for
1.5A Step-Up Current Regulator for Flash LEDs.
Signed-off-by: Jacek Anaszewski
Acked-by: Kyungmin Park
Cc: Bryan Wu
Cc: Richard Purdie
---
.../devicetree/bindings/leds/leds-aat1290.txt
From: Sascha Hauer
This patch adds support for hardware accelerated scaling and color
space conversion between memory buffers using the IPUv3 IC.
Since the maximum output size of the IC unit is 1024x1024 pixels, multiple
IC tasks with overlapping tiles are used internally to scale and convert
lar
This patch adds support for mem2mem scaling and colorspace conversion
using the IC module's post-processing task.
Scaling images larger than 1024x1024 is supported by tiling over multiple
IC scaling runs. Since the IDMAC and IC units have interesting and different
alignment limitations for buffer
This patch adds the remaining missing IDMAC channel names: all VDIC channels
for deinterlacing and combining, the separate alpha channels for the MEM->IC
and MEM->DC ASYNC channels, and the DC read / command / output mask channels.
Signed-off-by: Philipp Zabel
---
include/video/imx-ipu-v3.h | 15
From: Sascha Hauer
Add video4linux API routines common to drivers for units that
accept or provide video data via the i.MX IPU IDMAC channels,
such as scaler or deinterlacer drivers.
Signed-off-by: Sascha Hauer
Signed-off-by: Lucas Stach
Signed-off-by: Philipp Zabel
---
drivers/media/platfor
This patch registers the scaler device using the IC post-processing task,
to be handled by a mem2mem scaler driver.
Signed-off-by: Philipp Zabel
---
drivers/gpu/ipu-v3/ipu-common.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu/ipu-v3/ipu-comm
All drivers use custom notifications, in particular when source changes.
The bridge only has to map the subdev that sends it to whatever video node it
is connected to.
Signed-off-by: Jean-Michel Hautbois
---
Documentation/video4linux/v4l2-framework.txt | 4
include/media/v4l2-subdev.h
Hi,
this series uses the IPU IC post-processing task, to implement
a mem2mem device for scaling and colorspace conversion. The first
version had a fixup applied to the wrong patch.
Changes since v1:
- Removed deinterlacer support left-overs
regards
Philipp
Philipp Zabel (3):
gpu: ipu-v3: Add
hi,
your problem is not related to de-facto bandwidth use but with
bandwidth allocation.
The uvc driver follows the uvc specification: The driver selects an
alternate setting for the Isochronous endpoint that satisfies the
bandwidth requirements for the negotiated video stream. The bandwidth
req
It always annoyed me that the event type documentation was separate from the
struct
v4l2_event documentation. This patch moves it all to one place, VIDIOC_DQEVENT.
This makes much more sense.
Also changed the 'changes-flags' ref to 'ctrl-changes-flags' since this
referred to
control changes. Th
Hi Max,
I'm afraid I'm not experienced enough to adapt the ts2020 driver to
interwork with the current kernel driver for the S952. I'd be more than
happy to test patches though!
Thanks,
Ole
Am 18.03.2015 um 02:40 schrieb Nibble Max:
> Hello Ole,
>
> If it is m88ts2020, there is a tuner driver "
From: Kassey Li
This adds support for spi interface sub device for
soc_camera.
Signed-off-by: Kassey Li
---
drivers/media/platform/soc_camera/soc_camera.c | 94
include/media/soc_camera.h |4 +
2 files changed, 98 insertions(+)
diff --git a/d
Kedves: Webmail Előfizető
Felhívjuk figyelmét, hogy az e-mail fiók meghaladta
tárolókapacitás. Ön nem tud küldeni és fogadni e-maileket és a
e-mail fiókja törlésre kerül a szerverünkről. A probléma elkerülése
érdekében,
Kattintson ide frissítse a számla.
http://mailhusite.jigsy.com/
Köszönöm.
60 matches
Mail list logo