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,
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
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
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
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
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
==
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
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)
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 (
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
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(+),
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
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
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.
>>>
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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:
> >>
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
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
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
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
>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
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
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
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
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
>
> 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
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
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
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:
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
>> +++
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
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
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
48 matches
Mail list logo