RE: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)

2007-02-23 Thread Sander Huijsen
AM To: davinci-linux-open-source@linux.davincidsp.com Subject: RE: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON) Hi, I've integrated Kevin's patch for CMEMK get_phys(). It works fine with decode program. Just curious, does encode+decode work for you? I had to recompile the demo

RE: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)

2007-02-04 Thread Alex Rier
Hi, I was wondering if you can help to fix this crash. Thanks, Alex -Original Message- From: Kevin Hilman [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 01:00 To: Alex Rier Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Davinci_vpfe Kernel Panic

Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)

2007-01-22 Thread Alex Rier
Hi, I've integrated Kevin's patch for CMEMK get_phys(). It works fine with decode program. But encode causes a nasty Kernel Panic When encode calls ioctl(VIDIOC_STREAMON) from initCaptureDevice() (see attached). It smells like memory allocation problem. Any ideas? Kevin, can you update the

Re: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)

2007-01-22 Thread Kevin Hilman
On Mon, 2007-01-22 at 14:54 +0200, Alex Rier wrote: I've integrated Kevin's patch for CMEMK get_phys(). It works fine with decode program. Just curious, does encode+decode work for you? But encode causes a nasty Kernel Panic When encode calls ioctl(VIDIOC_STREAMON) from initCaptureDevice()