Re: Status of Beagle Board

2009-05-12 Thread George.Qiao
; Kridner, Jason; 'Bangfei Jin'; 'Xuejun Dong'; 'YangCai'; linux-omap@vger.kernel.org Subject: Re: Status of Beagle Board Hi Hiremath Vaibhav, I have fixed this bugs in omap_vout.c : vidioc_streamoff() { ... - return ovl-set_overlay_info(ovl, info); + ovl-set_overlay_info(ovl, info); ... } because

RE: Status of Beagle Board

2009-05-12 Thread Hiremath, Vaibhav
...@visualon.com; Bill Lin; shawnofarr...@visualon.com; Chatterjee, Amit; Andrews, Gerard; Kridner, Jason; 'Bangfei Jin'; 'Xuejun Dong'; 'YangCai'; linux-omap@vger.kernel.org Subject: Re: Status of Beagle Board Hi Hiremath Vaibhav, Thank you very much for v4l2 on beagle! We want to use your

Re: Status of Beagle Board

2009-05-11 Thread George.Qiao
...@linux.omap.com Subject: Re: Status of Beagle Board Dear Vaibhav Hiremath, I can play video by v4l2 now! Thank you! I have add code in board-omap3beagle.c : #ifdef CONFIG_FB_OMAP2 static struct resource omap3beagle_vout_resource[3 - CONFIG_FB_OMAP2_NUM_FBS] = { }; #else static struct resource

RE: Status of Beagle Board

2009-05-11 Thread Hiremath, Vaibhav
'; 'YangCai'; linux-omap@vger.kernel.org Subject: Re: Status of Beagle Board Hi Hiremath Vaibhav, I have fixed this bugs in omap_vout.c : vidioc_streamoff() { ... - return ovl-set_overlay_info(ovl, info); + ovl-set_overlay_info(ovl, info); ... } because it should not return ovl

RE: Status of Beagle Board

2009-05-08 Thread Hiremath, Vaibhav
, Jason; 'Bangfei Jin'; 'Xuejun Dong'; 'YangCai'; linux-omap@vger.kernel.org Subject: Re: Status of Beagle Board Hi Vaibhav Hiremath, My application can work in OMAP3 EVM and other v4l2 platform, but there is another issue in beagle board. as follow: [Hiremath, Vaibhav] Are you saying, same

Re: Status of Beagle Board

2009-05-08 Thread George.Qiao
-sou...@linux.omap.com Subject: Re: Status of Beagle Board Dear Vaibhav Hiremath, I can play video by v4l2 now! Thank you! I have add code in board-omap3beagle.c : #ifdef CONFIG_FB_OMAP2 static struct resource omap3beagle_vout_resource[3 - CONFIG_FB_OMAP2_NUM_FBS] = { }; #else static struct