Re: Compiling v4l fatal error: linux/ti_wilink_st.h: No such file or directory

2011-03-07 Thread Steffen Barszus
On Mon, 7 Mar 2011 17:22:39 -0600 Scott wrote: > > Same problem. I purged both linux-headers-2.6.35-27-generic, > linux-source-2.6.35, then reinstalled them, and did an apt-get > update/upgrade. I then deleted media_build and ran... linux-headers should be enough, no need for linux-source,

Re: [PATCH/RFC 0/5] [media] s5p-tvout: Add S5P TVOUT driver

2011-03-07 Thread Hans Verkuil
On Tuesday, March 08, 2011 07:32:39 Kukjin Kim wrote: > Hans Verkuil wrote: > > > > Hi! > > > Hi :) > > > Sorry for not replying earlier. To be honest, there is not much I can say > yet. > > > > The main new part in this driver is the HDMI/CEC support. And that is one > of > > the topics of the

RE: [PATCH/RFC 0/5] [media] s5p-tvout: Add S5P TVOUT driver

2011-03-07 Thread Kukjin Kim
Hans Verkuil wrote: > > Hi! > Hi :) > Sorry for not replying earlier. To be honest, there is not much I can say yet. > > The main new part in this driver is the HDMI/CEC support. And that is one of > the topics of the upcoming Warsaw brainstorm meeting (several of your Samsung > colleagues will

RE: [PATCH/RFC 0/7] Samsung IOMMU videobuf2 allocator and s5p-fimc update

2011-03-07 Thread Kukjin Kim
Hello, There are comments for your System MMU driver below. It's good that System MMU has functionality of mapping but System MMU have to use other mapping of virtual memory allocator. And would be better to change sysmmu_list to use array of defined in s5p_sysmmu_ip enumeration, so that can get

Re: [PATCH] v4l: soc-camera: Store negotiated buffer settings

2011-03-07 Thread Guennadi Liakhovetski
On Mon, 7 Mar 2011, Sergio Aguirre wrote: > This fixes the problem in which a host driver > sets a personalized sizeimage or bytesperline field, > and gets ignored when doing G_FMT. Can you tell what that personalised value is? Is it not covered by soc_mbus_bytes_per_line()? Maybe something like

Re: [PATCH] V4L: soc-camera: Add support for custom host mmap

2011-03-07 Thread Guennadi Liakhovetski
Hi Sergio On Mon, 7 Mar 2011, Sergio Aguirre wrote: > This helps redirect mmap calls to custom memory managers which > already have preallocated space to use by the device. > > Otherwise, device might not support the allocation attempted > generically by videobuf. > > Signed-off-by: Sergio Agui

[RFC 0/1] v4l: videobuf2: Add Exynos devices based allocator, named SDVMM

2011-03-07 Thread Jonghun Han
== Introduction == The purpose of this RFC is to discuss the vb2-allocator for multimedia devices available in upcoming Samsung SoC Exynos. Not all of them are merged or submitted by now, but I decided to post this for starting discussion about buffer management. vb

[RFC 1/1] v4l: videobuf2: Add Exynos devices based allocator, named SDVMM

2011-03-07 Thread Jonghun Han
SDVMM: Shared Device Virtual Memory Management This patch adds new videobuf2 memory allocator dedicated to Exynos. This allocator gets memory using VCM which can get memory its own allocator and also get memory via CMA optionally. It requires the following 4 modules. UMP (Unified Memory Provider)

RE: [RFC] davinci: vpfe: mdia controller implementation for capture

2011-03-07 Thread Hadli, Manjunath
On Sun, Mar 06, 2011 at 22:59:40, Laurent Pinchart wrote: > Hi Manjunath, > > On Sunday 06 March 2011 16:36:05 Manjunath Hadli wrote: > > Introduction > > > > This is the proposal of the initial version of design and > > implementation of the Davinci family (dm644x,dm355,dm365)VPFE (

[PATCH] V4L: soc-camera: Add support for custom host mmap

2011-03-07 Thread Sergio Aguirre
This helps redirect mmap calls to custom memory managers which already have preallocated space to use by the device. Otherwise, device might not support the allocation attempted generically by videobuf. Signed-off-by: Sergio Aguirre --- drivers/media/video/soc_camera.c |7 ++- include/m

[PATCH] v4l: soc-camera: Store negotiated buffer settings

2011-03-07 Thread Sergio Aguirre
This fixes the problem in which a host driver sets a personalized sizeimage or bytesperline field, and gets ignored when doing G_FMT. Signed-off-by: Sergio Aguirre --- drivers/media/video/soc_camera.c |9 - include/media/soc_camera.h |2 ++ 2 files changed, 6 insertions(+),

Re: Compiling v4l fatal error: linux/ti_wilink_st.h: No such file or directory

2011-03-07 Thread Scott
Same problem. I purged both linux-headers-2.6.35-27-generic, linux-source-2.6.35, then reinstalled them, and did an apt-get update/upgrade. I then deleted media_build and ran... git clone git://linuxtv.org/media_build.git cd media_build ./build.sh Compile breaks vi vrl/.config changed CONFIG

Re: Compiling v4l fatal error: linux/ti_wilink_st.h: No such file or directory

2011-03-07 Thread Jarod Wilson
Please keep your replies on the mailing list. On Mar 7, 2011, at 6:00 PM, Me wrote: > Same problem. I purged both linux-headers-2.6.35-27-generic, > linux-source-2.6.35, then reinstalled them, and did an apt-get > update/upgrade. I then deleted media_build and ran... > > git clone git://lin

Re: [patch] Fix AF9015 Dual tuner i2c write failures

2011-03-07 Thread adq
2011/3/7 adq : > 2011/3/6 adq : >> 2011/3/5 adq : >>> 2011/3/5 Juan Jesús García de Soria Lucena : Hi, Andrew. This is what happens to me with both the KWorld dual tuner (when using only one tuner) and the Avermedia Volar Black (single tuner), both based on AF9015. >>>

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Laurent Pinchart
Hi Mauro, On Monday 07 March 2011 12:57:30 Mauro Carvalho Chehab wrote: > Em 05-03-2011 17:48, Laurent Pinchart escreveu: > > On Saturday 05 March 2011 19:22:28 Mauro Carvalho Chehab wrote: > >> Em 05-03-2011 10:02, Laurent Pinchart escreveu: [snip] > >>> - private ioctls > >>> > >>> As already

Re: Compiling v4l fatal error: linux/ti_wilink_st.h: No such file or directory

2011-03-07 Thread Jarod Wilson
On Mar 7, 2011, at 2:01 PM, Me wrote: > I had MythTV .23 up and running fine on Mythbuntu 10.10 and then > hosed it. I reinstalled it, and since then I can't get the drivers > for my Haupphauge 2250 to compile on kernel 2.6.35-22-generic. When I > figured it out last time I put it in a text file

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread David Cohen
On Mon, Mar 7, 2011 at 11:19 PM, Laurent Pinchart wrote: > Hi David, Hi Laurent, > > On Monday 07 March 2011 20:41:21 David Cohen wrote: >> On Mon, Mar 7, 2011 at 9:25 PM, Guzman Lugo, Fernando wrote: >> > On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >> >> On Mon, Mar 7, 2011 at 9:17 PM, G

Re: [Query][soc_camera] How to handle hosts w/color conversion built in?

2011-03-07 Thread Guennadi Liakhovetski
On Mon, 7 Mar 2011, Sergio Aguirre wrote: > > Of course, this is supported. See sh_mobile_ceu.c, mx3_camera, pxa_camera, > > omap1_camera. Just search for the format array defined with "static const > > struct soc_mbus_pixelfmt" and see how it is used. Feel free to ask again, > > if you have more

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Laurent Pinchart
Hi David, On Monday 07 March 2011 20:41:21 David Cohen wrote: > On Mon, Mar 7, 2011 at 9:25 PM, Guzman Lugo, Fernando wrote: > > On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: > >> On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando wrote: > >>> On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones

Re: [Query][soc_camera] How to handle hosts w/color conversion built in?

2011-03-07 Thread Sergio Aguirre
Hi Guennadi, Thanks for replying. On 03/07/2011 03:05 PM, Guennadi Liakhovetski wrote: On Mon, 7 Mar 2011, Sergio Aguirre wrote: Hi Guennadi and all, I've been trying to make my omap4 camera host driver to allow YUYV -> NV12 color conversion, and add that to the supported host-client format

Re: [Query][soc_camera] How to handle hosts w/color conversion built in?

2011-03-07 Thread Guennadi Liakhovetski
On Mon, 7 Mar 2011, Sergio Aguirre wrote: > Hi Guennadi and all, > > I've been trying to make my omap4 camera host driver to allow YUYV -> NV12 > color conversion, and add that to the supported host-client formats, but I > think I have hit the wall with the host design. > > I noticed that the so

[Query][soc_camera] How to handle hosts w/color conversion built in?

2011-03-07 Thread Sergio Aguirre
Hi Guennadi and all, I've been trying to make my omap4 camera host driver to allow YUYV -> NV12 color conversion, and add that to the supported host-client formats, but I think I have hit the wall with the host design. I noticed that the soc_camera seems to be designed to just pass-through t

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread David Cohen
On Mon, Mar 7, 2011 at 9:25 PM, Guzman Lugo, Fernando wrote: > On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >> On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando >> wrote: >>> On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones >>> wrote: From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mo

[cron job] v4l-dvb daily build: ERRORS

2011-03-07 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:Mon Mar 7 19:00:26 CET 2011 git hash:88a763df226facb74fdb254563e30e9efb64275c gcc version: i686-linux-gcc (GCC) 4.5.

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Guzman Lugo, Fernando
On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: > On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando > wrote: >> On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones >> wrote: >>> From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 >>> From: Michael Jones >>> Date: Mon, 7 Mar

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread David Cohen
On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando wrote: > On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones > wrote: >> From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 >> From: Michael Jones >> Date: Mon, 7 Mar 2011 13:36:15 +0100 >> Subject: [PATCH] omap: iommu: disallow

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Guzman Lugo, Fernando
On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones wrote: > From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 > From: Michael Jones > Date: Mon, 7 Mar 2011 13:36:15 +0100 > Subject: [PATCH] omap: iommu: disallow mapping NULL address > > commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6

Compiling v4l fatal error: linux/ti_wilink_st.h: No such file or directory

2011-03-07 Thread Me
I had MythTV .23 up and running fine on Mythbuntu 10.10 and then hosed it. I reinstalled it, and since then I can't get the drivers for my Haupphauge 2250 to compile on kernel 2.6.35-22-generic. When I figured it out last time I put it in a text file. Heres what I have done. I have since updat

Re: [patch] Fix AF9015 Dual tuner i2c write failures

2011-03-07 Thread adq
2011/3/6 adq : > 2011/3/5 adq : >> 2011/3/5 Juan Jesús García de Soria Lucena : >>> Hi, Andrew. >>> >>> This is what happens to me with both the KWorld dual tuner (when using only >>> one tuner) and the Avermedia Volar Black (single tuner), both based on >>> AF9015. >>> >>> I also got corrupted str

Re: NCT 677x lirc driver for Asrock 330HT and others

2011-03-07 Thread Jarod Wilson
On Mar 6, 2011, at 5:53 AM, Steffen Barszus wrote: > Hi ! > > Note sure where exactly to put it. Here is an lirc driver provided by > Nuovoton as it seems, which can be downloaded from the vendors site: > > http://www.asrock.com/Nettop/download.asp?Model=ION%20330HT&o=Linux > > It adds an lirc

Re: [PATCH 4/4] omap3isp: lane shifter support

2011-03-07 Thread Laurent Pinchart
Hi Michael, On Monday 07 March 2011 11:53:26 Michael Jones wrote: > On 03/04/2011 05:33 PM, Laurent Pinchart wrote: [snip] > >> + > >> + if (in_info->flavor != out_info->flavor) > >> + return 0; > >> + > >> + switch (in_info->bpp - out_info->bpp) { > >> + case 2: > >> + case 4: > >>

Re: Hauppauge WinTV USB 2

2011-03-07 Thread Vivek Periaraj
Hello Folks, I am having hardtime capturing video from this card. Last two weeks I spent on getting signal from my DTH box. It's a single analog signal from the DTH set up box. >From windows, I scan this signal and I am able to see video through this card. So the card is working and signal is

ngene CI problems

2011-03-07 Thread Martin Vidovic
Hi all! I'm trying to make the DVB_DEVICE_SEC approach work, however I'm experiencing certain problems with the following setup: Software: Linux 2.6.34.8 (vanilla) drivers from http://linuxtv.org/hg/~endriss/v4l-dvb/ Hardware: Digital Devices CineS2 + CI Module Problems: - Packets get lost

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Laurent Pinchart
Hi Mauro, On Monday 07 March 2011 14:00:20 Mauro Carvalho Chehab wrote: > Em 07-03-2011 09:02, Hans Verkuil escreveu: > > On Monday, March 07, 2011 12:50:28 Mauro Carvalho Chehab wrote: > >> Em 06-03-2011 14:21, Laurent Pinchart escreveu: > >> > On Sunday 06 March 2011 14:32:44 Mauro Carvalho Cheh

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Laurent Pinchart
Hi Mauro, On Monday 07 March 2011 12:57:30 Mauro Carvalho Chehab wrote: > Em 05-03-2011 17:48, Laurent Pinchart escreveu: [snip] > Added both patches and folded them as requested, and added the remaining > patches after my review. The new tree is at: > > http://git.linuxtv.org/mchehab/experimen

[PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Michael Jones
>From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Mon, 7 Mar 2011 13:36:15 +0100 Subject: [PATCH] omap: iommu: disallow mapping NULL address commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6ceb allowed mapping the NULL address if da_start==0. Force da_s

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Mauro Carvalho Chehab
Em 07-03-2011 10:00, Mauro Carvalho Chehab escreveu: > Em 07-03-2011 09:02, Hans Verkuil escreveu: >> On Monday, March 07, 2011 12:50:28 Mauro Carvalho Chehab wrote: >> >>> Em 06-03-2011 14:21, Laurent Pinchart escreveu: >> Hi Mauro, >> >> On Sunday 06 March 2011 14:32:44 Mauro Carva

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Mauro Carvalho Chehab
Em 07-03-2011 09:02, Hans Verkuil escreveu: > On Monday, March 07, 2011 12:50:28 Mauro Carvalho Chehab wrote: > >> Em 06-03-2011 14:21, Laurent Pinchart escreveu: > >> > Hi Mauro, > >> > > >> > On Sunday 06 March 2011 14:32:44 Mauro Carvalho Chehab wrote: > >> >> Em 06-03-2011 08:38, Laurent P

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Sakari Ailus
On Mon, Mar 07, 2011 at 08:56:31AM -0300, Mauro Carvalho Chehab wrote: > Em 06-03-2011 07:17, Laurent Pinchart escreveu: > > Hi Sakari, > > > > On Sunday 06 March 2011 09:34:50 Sakari Ailus wrote: > >> Hi Laurent, > >> > >> Many thanks for the pull req! > >> > >> On Thu, Feb 17, 2011 at 04:06:58PM

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread David Cohen
On Mon, Mar 7, 2011 at 1:57 PM, Mauro Carvalho Chehab wrote: > Em 05-03-2011 17:48, Laurent Pinchart escreveu: >> Hi Mauro, Hi Mauro, >> >> On Saturday 05 March 2011 19:22:28 Mauro Carvalho Chehab wrote: >>> Em 05-03-2011 10:02, Laurent Pinchart escreveu: Hi Mauro, Thanks for the

Re: Media Build broken

2011-03-07 Thread Hans Verkuil
> > Seems that whilst the last round of build errors have been fixed but > another has appeared. Looks like the file ti_wilink_st.h can't be > found. Not the only person with this problem. See also > http://www.gossamer-threads.com/lists/mythtv/users/474287?nohighlight=1#474287 Shoul

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Mauro Carvalho Chehab
Em 05-03-2011 17:48, Laurent Pinchart escreveu: > Hi Mauro, > > On Saturday 05 March 2011 19:22:28 Mauro Carvalho Chehab wrote: >> Em 05-03-2011 10:02, Laurent Pinchart escreveu: >>> Hi Mauro, >>> >>> Thanks for the review. Let me address all your concerns in a single mail. >>> >>> - ioctl numbers

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Mauro Carvalho Chehab
Em 06-03-2011 07:17, Laurent Pinchart escreveu: > Hi Sakari, > > On Sunday 06 March 2011 09:34:50 Sakari Ailus wrote: >> Hi Laurent, >> >> Many thanks for the pull req! >> >> On Thu, Feb 17, 2011 at 04:06:58PM +0100, Laurent Pinchart wrote: >> ... >> >>> drivers/media/video/omap3-isp/ispresizer.c

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-07 Thread Mauro Carvalho Chehab
Em 06-03-2011 14:21, Laurent Pinchart escreveu: > Hi Mauro, > > On Sunday 06 March 2011 14:32:44 Mauro Carvalho Chehab wrote: >> Em 06-03-2011 08:38, Laurent Pinchart escreveu: >>> On Sunday 06 March 2011 11:56:04 Mauro Carvalho Chehab wrote: Em 05-03-2011 20:23, Sylwester Nawrocki escreveu:

Re: [PATCH 4/4] omap3isp: lane shifter support

2011-03-07 Thread Michael Jones
Hi Laurent, Thanks for the review. On 03/04/2011 05:33 PM, Laurent Pinchart wrote: > Hi Michael, > > Thanks for the patch. > > On Friday 04 March 2011 09:58:04 Michael Jones wrote: >> Signed-off-by: Michael Jones >> --- >> drivers/media/video/omap3-isp/isp.c | 82 >> +++

Re: BUG at mm/mmap.c:2309 when cx18.ko and cx18-alsa.ko loaded

2011-03-07 Thread Takashi Iwai
At Fri, 04 Mar 2011 12:13:04 -0500, Andy Walls wrote: > > On Fri, 2011-03-04 at 10:50 -0500, Devin Heitmueller wrote: > > On Thu, Mar 3, 2011 at 9:06 PM, Andy Walls wrote: > > > Hi, > > > > > > I got a BUG when loading the cx18.ko module (which in turn requests the > > > cx18-alsa.ko module) on a

Re: i2c_gate_ctrl question

2011-03-07 Thread adq
On 7 March 2011 09:52, Steve Kerrison wrote: > Hi media men & women, > > I have a question regarding the cxd2820r I'm working on with a couple of > other people. > > In my naivety I implemented i2c gate control for the device (to access > the tuner behind it) as a separate i2c device that did the

i2c_gate_ctrl question

2011-03-07 Thread Steve Kerrison
Hi media men & women, I have a question regarding the cxd2820r I'm working on with a couple of other people. In my naivety I implemented i2c gate control for the device (to access the tuner behind it) as a separate i2c device that did the passthrough. Now that I realise this, it would make sense