Re: OMAP 3430 Camera/ISP out of memory error

2011-03-26 Thread David Cohen
On Fri, Mar 25, 2011 at 9:01 PM, Patrick Radius i...@notoyota.nl wrote: Thanks, I'm looking at http://gitorious.org/linux-omap/mainline/trees/master/drivers/media/video however, I can't seem to find the drivers I need. I only see omap24xxcam while I was using the omap34xxcam from Linux

OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
Hi, i'm trying to get camera support working on a relatively new Android port to an OMAP 3430 based phone (Samsung GT-i8320 a.k.a. Samsung H1). However calls to VIDIOC_REQBUFS fail with a -12 (OUT OF MEMORY). As far as I can see this return error isn't even supposed to exist, according to the

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
Ok, thanks! However, I'm also quite curious about peoples thoughts about it from here. Since I think what's happing is quite OMAP specific. For example, I was wondering where omap34xxcam.c gets it's memory it should allocate from. Is it the 'main' memory? Or does it share memory with a framebuffer

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread David Cohen
Hi, On Fri, Mar 25, 2011 at 1:34 PM, Patrick Radius i...@notoyota.nl wrote: Ok, thanks! However, I'm also quite curious about peoples thoughts about it from here. Since I think what's happing is quite OMAP specific. For example, I was wondering where omap34xxcam.c gets it's memory it should

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
Thanks, I'm looking at http://gitorious.org/linux-omap/mainline/trees/master/drivers/media/video however, I can't seem to find the drivers I need. I only see omap24xxcam while I was using the omap34xxcam from Linux kernel 2.6.32.9. And I also don't see any M-4MO driver anymore. I'm probably