Re: Memory allocation in Video4Linux

2011-02-10 Thread KyongHo Cho
Hi Wen and Laurent, > >> Also regarding to the VCMM (Virtual Contiguous Memory Manager) or CMA, is >> it also an option? > > I'm not sure about VCMM, it seems to be an attempt to unify memory management > across IOMMUs and system MMU. I don't think you need to worry about it now, > IOMMU should be

[cron job] v4l-dvb daily build: WARNINGS

2011-02-10 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:Thu Feb 10 19:00:30 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version: i6

[GIT PATCHES FOR 2.6.39] gspca for_v2.6.39

2011-02-10 Thread Jean-Francois Moine
The following changes since commit 6148a47ac3872092d4bc438bec6dff16654d: Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 (2011-02-09 16:56:33 -0800) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.39 Jea

Re: Tuning channels with DViCO FusionHDTV7 Dual Express

2011-02-10 Thread Mark Zimmerman
On Wed, Feb 09, 2011 at 08:25:32PM -0500, Andy Walls wrote: > On Tue, 2011-02-08 at 22:41 -0700, Dave Johansen wrote: > > On Tue, Feb 8, 2011 at 9:51 AM, Dave Johansen > > wrote: > > > On Tue, Feb 8, 2011 at 8:25 AM, Mark Zimmerman wrote: > > >> On Mon, Feb 07, 2011 at 06:54:30PM -0500, Andy Wal

Re: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Mark Brown
On Thu, Feb 10, 2011 at 02:57:47PM +0200, Matti J. Aaltonen wrote: > And a comment to the above from the earlier mentioned local BT expert: > "It would need some hack to generic hci code. Or maybe some kind of > management api extension. That should be a few line only.. but getting > it to upstrea

Re: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Matti J. Aaltonen
On Thu, 2011-02-10 at 12:28 +, ext Mark Brown wrote: > On Thu, Feb 10, 2011 at 02:10:40PM +0200, Matti J. Aaltonen wrote: > > > But I got the following quick comment from a local BT expert: "No you > > cannot change line discipline if bt is already in use. And it's not uart > > interface but h

Re: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Mark Brown
On Thu, Feb 10, 2011 at 02:10:40PM +0200, Matti J. Aaltonen wrote: > But I got the following quick comment from a local BT expert: "No you > cannot change line discipline if bt is already in use. And it's not uart > interface but hci interface. uart can be replaced with sdio for example > and you

Re: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Matti J. Aaltonen
On Thu, 2011-02-10 at 11:02 +, ext Mark Brown wrote: > On Thu, Feb 10, 2011 at 12:03:43PM +0200, Matti J. Aaltonen wrote: > > > We know these messages, they are mentioned in the documentation and we > > use them already, but we send them from the user space. The problem is > > how to send the

Re: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Mark Brown
On Thu, Feb 10, 2011 at 12:03:43PM +0200, Matti J. Aaltonen wrote: > We know these messages, they are mentioned in the documentation and we > use them already, but we send them from the user space. The problem is > how to send the messages from the driver within the kernel. Set up a line discipli

Re: Memory allocation in Video4Linux

2011-02-10 Thread Sakari Ailus
Wang, Wen W wrote: > Hi Hans, > > Thanks for your point and videobuf2 is also what I want to use. > > But since our development kernel version right now is still 2.6.35, I > need to find way to work with current videobuf framework. Hi Wen, If you're bound to use that kernel version, then one op

RE: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Matti J. Aaltonen
Hello. On Thu, 2011-02-10 at 09:35 +, ext Bensaid, Selma wrote: > > On Tue, 2011-02-08 at 13:02 +0200, Peter Ujfalusi wrote: > > > > For both configuration we have a set of HCI commands to configure the FM > > audio > > > > path and one of my concerns is to know if the wl1273_codec should hand

Re: Memory allocation in Video4Linux

2011-02-10 Thread Jozef Kruger
Hi Bin, the ISP in Medfield has it's own MMU. This needs to be programmed. So in fact we have 2 problems: 1. how to allocate large memory address space (allocating pages is not the problem). 2. if we re-use OS functionality for this, we need to keep the ISP MMU up to date. This means it needs to

Re: Memory allocation in Video4Linux

2011-02-10 Thread Laurent Pinchart
Hi Wen, On Thursday 10 February 2011 10:44:58 Wang, Wen W wrote: > Hi Laurent, > > You make this very clear, thank you! > > The ISP on Medfield do have its own IOMMU. And I also think an IOMMU layer > for ISP is needed. > > I'm not quite understand "unless hardware design doesn't give you a cho

RE: Memory allocation in Video4Linux

2011-02-10 Thread Wang, Wen W
Hi Laurent, You make this very clear, thank you! The ISP on Medfield do have its own IOMMU. And I also think an IOMMU layer for ISP is needed. I'm not quite understand "unless hardware design doesn't give you a choice about that,". Can you explain more on that? Also regarding to the VCMM (Vir

RE: [alsa-devel] WL1273 FM Radio driver...

2011-02-10 Thread Bensaid, Selma
> On Tue, 2011-02-08 at 13:02 +0200, Peter Ujfalusi wrote: > > > For both configuration we have a set of HCI commands to configure the FM > audio > > > path and one of my concerns is to know if the wl1273_codec should handle > the audio path configuration > > > and the switch between FM and BT SCO?

Re: Memory allocation in Video4Linux

2011-02-10 Thread Laurent Pinchart
Hi Wen, On Thursday 10 February 2011 08:59:38 Gao, Bin wrote: > Penwell has IOMMU feature? > As far as I know only part of Intel server processors have this feature > which is designed originally for VT(virtualization technology). > > Wen, > Can you refer to other ISP Soc drivers and see how they