Mauro,
What is the status of this patch?
https://patchwork.linuxtv.org/patch/24553/
I actually thought it was merged, but I just found out it isn't.
You did merge https://patchwork.linuxtv.org/patch/24552/, but that's pointless
without fixing the UNSET/TUNER_ABSENT mess in this driver. The new
On 8/1/14 7:54 AM, Bjoern wrote:
> On Do, 2014-07-31 at 09:38 +0200, Ralph Metzler wrote:
>> It is not like drivers are not available and supported, just
>> not in the mainline kernel tree.
>
> Right... and I hope that can be changed. I really really like the DD
> hardware I have, but always hav
On Do, 2014-07-31 at 09:38 +0200, Ralph Metzler wrote:
> Bjoern writes:
> I don't know anything about any "old or new style".
> Digital Devices did not submit any changes to the kernel tree.
Why does that not happen? Wouldn't it be easier for your consumers? Plug
in your card and voila, it works
hello.
I have pixelview B1000 card and this card won't work with assigned
modules cx8800, cx8802.
May be I'm use wrong modules or cardid prefix:
1554:4952, board: PixelView [card=3...
# /usr/bin/tvtime-scanner
Reading configuration from /etc/tvtime/tvtime.xml
Scanning using TV standard NTSC.
Sca
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 Aug 1 04:00:16 CEST 2014
git branch: test
git hash: 27dcb00d0dc1d532b0da940e35a6d020ee33bd47
gcc versi
Just add delivery system for DVB-C2 standard. Other parameters
should be added later.
Signed-off-by: Antti Palosaari
---
include/uapi/linux/dvb/frontend.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/dvb/frontend.h
b/include/uapi/linux/dvb/frontend.h
index c56d77c..986
There is 2 different versions of that chip available, master and
slave. Slave is used only on dual tuner devices with master tuner.
Laser printing top of chip is 18212/M or 18212/S according to chip
version.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18212.c | 31
Sony CXD2843 DVB-C/C2/T/T2 demodulator driver.
Driver taken from Digital Devices Linux driver package
dddvb-0.9.15a.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/Kconfig |8 +
drivers/media/dvb-frontends/Makefile |1 +
drivers/media/dvb-frontends/cxd2843.c | 2025 +++
Add support for DD DuoFlex C/C2/T/T2 Expansion card. These are for
card revision that has Sony CXD2843ER, CXD2837ER or CXD2838ER
ISDB-T demodulator.
Signed-off-by: Antti Palosaari
---
drivers/media/pci/ddbridge/Kconfig | 2 +
drivers/media/pci/ddbridge/ddbridge-core.c | 127 +++
On Wed, 2014-07-30 at 16:23 +0200, Hans Verkuil wrote:
> From: Hans Verkuil
>
> The vivid Virtual Video Test Driver helps testing V4L2 applications
> and can emulate V4L2 hardware. Add the documentation for this driver
> first.
>
> Signed-off-by: Hans Verkuil
> ---
> Documentation/video4linux/
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Adds ipu_stride_to_bytes(), which converts a pixel stride to bytes,
> suitable for passing to cpmem.
This is not IPU specific. You already have the bytesperline information
from the V4L2 driver or have to calculate it there, and
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Adds ipu_cpmem_dump() which dumps a channel's cpmem to debug.
Maybe #ifdef DEBUG this and ipu_dump?
regards
Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...
Am Donnerstag, den 31.07.2014, 17:27 +0200 schrieb Philipp Zabel:
> > +static void init_csc_rgb2ycbcr(u32 __iomem *base)
> > +{
> > + /*
> > +* Y = R * .299 + G * .587 + B * .114;
> > +* U = R * -.169 + G * -.332 + B * .500 + 128.;
> > +* V = R * .500 + G * -.419 + B * -.0813 + 1
ping ...
Any opinion on adding those new controls ? since re-using the existing
relative ones was seen as too twisted.
Thanks,
--
Vincent
On Tue, Jul 8, 2014 at 4:49 PM, Vincent Palatin wrote:
> The V4L2_CID_PAN_SPEED and V4L2_CID_TILT_SPEED controls allow to move the
> camera by setting its r
Am 31.07.2014 15:15, schrieb Enrico:
It seems you are missing this: media-ctl --set-format '"OMAP3 ISP
CCDC":1 [UYVY 720x480 field:interlaced-tb]' and add --field
interlaced-tb to yavta. Enrico
Yippieh! It seems to work now - At least I am getting an file... If it
is a "nice image" will be d
Hi Steve,
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Hi Philip, Sascha,
>
> Here is a rebased set of IPU patches that prepares for video capture
> support. Video capture is not included in this set. I've addressed
> all your IPU-specific concerns from the previous patch
Sorry about the near full-quote, this mail was sent prematurely as I
just learned Evolution does send mail on Ctrl+Enter. I'll continue this
later.
regards
Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Add ipu0 (and ipu1 for quad) aliases to ipu1/ipu2 nodes respectively.
>
> Signed-off-by: Steve Longerbeam
Acked-by: Philipp Zabel
> ---
> arch/arm/boot/dts/imx6q.dtsi |1 +
> arch/arm/boot/dts/imx6qdl.dtsi |1 +
>
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Adds of-alias id to ipu_soc and retrieve with ipu_get_num().
>
> ipu_get_num() is used to select inputs to CSI units in IOMUXC.
> It is also used to select an SMFC channel for video capture.
I still don't see the use of this. T
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam:
> Adds the following new IPU units:
>
> - Camera Sensor Interface (csi)
> - Image Converter (ic)
This patch should be split in two parts, IC and CSI.
[...]
> +/*
> + * Enable error detection and correction for CCIR interlaced mod
I'm trying to build the V4L-DVB drivers for an embedded system
(OMAP3530/DM3730) that uses the 2.6.37 kernel. I'm using the build
instructions from
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-D
VB_Device_Drivers and am following the more manually intensive approach
c
I'm trying to build the V4L-DVB drivers for an embedded system
(OMAP3530/DM3730) that uses the 2.6.37 kernel. I'm using the build
instructions from
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-D
VB_Device_Drivers and am following the more manually intensive approach
c
On Thu, Jul 31, 2014 at 2:31 PM, Michael Dietschi
wrote:
> Am 31.07.2014 12:36, schrieb Enrico:
>
>
>>
>> I think you are missing the ccdc sink pad setup, basically you should
>> have something like this:
>>
>>
>> - entity 5: OMAP3 ISP CCDC (3 pads, 9 links)
>> type V4L2 subdev s
That finally fixes the issue I reported last year.
http://www.spinics.net/lists/linux-media/msg70935.html
Tested-by: Antti Palosaari
On 07/31/2014 02:52 PM, Hans Verkuil wrote:
The following lockdep warning has been there ever since commit
a517cca6b24fc54ac209e44118ec8962051662e3
one year ag
Am 31.07.2014 12:36, schrieb Enrico:
I think you are missing the ccdc sink pad setup, basically you should
have something like this:
- entity 5: OMAP3 ISP CCDC (3 pads, 9 links)
type V4L2 subdev subtype Unknown flags 0
device node name /dev/v4l-subdev2
p
The following lockdep warning has been there ever since commit
a517cca6b24fc54ac209e44118ec8962051662e3
one year ago:
[ 403.117947] ==
[ 403.117949] [ INFO: possible circular locking dependency detected ]
[ 403.117953] 3.16.0-rc6-test-media #
On Thu, Jul 31, 2014 at 12:06 PM, Michael Dietschi
wrote:
> Am 30.07.2014 17:21, schrieb Enrico:
>
>> Standard question: are you using media-ctl from
>> git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest
>> yavta from git://git.ideasonboard.org/yavta.git ?
>>
>> Enrico
>
> No, not e
On Wed, Jul 30, 2014 at 11:01 PM, Laurent Pinchart
wrote:
> Hi Enrico,
>
> On Wednesday 23 July 2014 15:57:51 Enrico wrote:
>> On Wed, Jul 23, 2014 at 3:54 PM, Enrico wrote:
>
> [snip]
>
>> > You were right i was using the wrong binary, now the output is:
>> >
>> > ...
>> > - entity 5: OMAP3 ISP C
Am 30.07.2014 17:21, schrieb Enrico:
Standard question: are you using media-ctl from
git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest
yavta from git://git.ideasonboard.org/yavta.git ?
Enrico
No, not exactly. I used older versions which came with Yocto Poky Daisy.
But I also tri
Hi Sakari,
Thank you for your answer.
Le 21/07/2014 13:14, Sakari Ailus a écrit :
Hi Julien,
On Thu, Jul 10, 2014 at 04:19:06PM +0200, Julien BERAUD wrote:
We are developing a driver for our video controller which has the
particularity of being very reconfigurable.
We have reached a point at w
On 07/31/2014 10:28 AM, panpan liu wrote:
> Making the kernel api more simplified and unified.
>
> Signed-off-by: panpan liu
Has been fixed already in 3.15. Always check the latest code!
Regards,
Hans
> ---
> drivers/media/v4l2-core/videobuf2-core.c |2 +-
> 1 file changed, 1 ins
Hi, Antti!
Thank you for your reply. We hope the performance was improved and the patch
meets your requirements. But the challenges are some tuner registers needed to
set before initializing the demodulator. See comments below.
> Moikka Bimow!
> I did a lot of testing today for that patch. I use
Am 31.07.2014 01:10, schrieb Laurent Pinchart:
On Tuesday 15 July 2014 12:04:09 Stefan Herbrechtsmeier wrote:
Hi Laurent,
I have some problems with the omap3isp driver. At the moment I use a
linux-stable 3.14.5 with your fixes for omap3xxx-clocks.dtsi.
1. If I change the clock rate to 24 MHz i
Making the kernel api more simplified and unified.
Signed-off-by: panpan liu
---
drivers/media/v4l2-core/videobuf2-core.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
mode change 100644 => 100755 drivers/media/v4l2-core/videobuf2-core.c
diff --git a/drivers/media/v4l2-core/videobuf
On 07/30/2014 11:03 PM, Rudy Zijlstra wrote:
On 19-07-14 19:49, Thomas Kaiser wrote:
Hello Rudy
I use a similar card from Digital Devices with Ubuntu 14.04 and kernel
3.13.0-32-generic. Support for this card was not build into the kernel
and I had to compile it myself. I had to use media_build
35 matches
Mail list logo