DM355 IPIPE: Image corruption in resizing

2009-03-06 Thread Deepika Makhija
Hi All, I am working on DM355 IPIPE module, and facing some issues in that. I am performing resizing operation with IPIPE, in my case multiple frames are resized and in few resized images corruption is observed. Debugging this corruption I observed that the corruption occurs while threading, in

Re: [patch 2.6.29-rc7-davinci] edma: move setup to dm.c

2009-03-06 Thread David Brownell
On Friday 06 March 2009, Mark A. Greer wrote: > > This doesn't yet ioremap(), or support using more than the first > > two TCs on platforms like dm646x or dm365. > > David, > > I need to use the addresses passed in via the platform_device resource > data for the da830. Do you have a patch ready

Re: [PATCH 1/2] MUSB: fix unhandled gadget endpoint 0 IRQs

2009-03-06 Thread Sergei Shtylyov
Hello, I wrote: The driver incorrectly cancels the mass-storage device CSW request (which leads to device reset) due to giving back URB at the head of endpoint's queue after sending each STALL handshake; stop doing that and start checking for the queue being non-empty before stalling an endpoint

Re: NAND OOB Layout in U-boot vs. Linux

2009-03-06 Thread Constantine Shulyupin
Yes, I already run into this problem before. I spend whole day in investigating the problem. Is seems there is bug in HW or SW ECC. It happens on rare data combination. I just changed my data without changing it meaning. Just recompress supplied ramdisk with small changes or with another gzip comp

NAND OOB Layout in U-boot vs. Linux

2009-03-06 Thread Jerry Johns
Hi all, I have a DM6446 board with DVSDK 1.30 (Montavista Kernel), with the provided u-boot (1.2.0); I have a NAND chip on my board that is 2K page size (MT29F4G08ABC) and I'm trying to burn a ramdisk in from the Linux kernel, and read that back from the u-boot as would be the normal ste

Re: [patch 2.6.29-rc7-davinci] edma: move setup to dm.c

2009-03-06 Thread Mark A. Greer
On Thu, Mar 05, 2009 at 02:31:07PM -0800, David Brownell wrote: > From: David Brownell > This doesn't yet ioremap(), or support using more than the first > two TCs on platforms like dm646x or dm365. David, I need to use the addresses passed in via the platform_device resource data for the da830

Re: H.264 interlaced. DM6446 and DM6467

2009-03-06 Thread Vladimir Pantelic
Marcelo Guedes Silva wrote: Hi. I want to use H.264 encoder with interlaced sources. The idea is generate H.264 interlaced streams too. I tried to configure the DVTB in DM6467 to do it but without success (input: a IYUV file. output: H.264 file). The manual of the encoder (SPRUFD9) says that

H.264 interlaced. DM6446 and DM6467

2009-03-06 Thread Marcelo Guedes Silva
Hi. I want to use H.264 encoder with interlaced sources. The idea is generate H.264 interlaced streams too. I tried to configure the DVTB in DM6467 to do it but without success (input: a IYUV file. output: H.264 file). The manual of the encoder (SPRUFD9) says that IVIDEO_ContentType donĀ“t accept i

[PATCH 1/2] MUSB: fix unhandled gadget endpoint 0 IRQs

2009-03-06 Thread Sergei Shtylyov
The driver incorrectly cancels the mass-storage device CSW request (which leads to device reset) due to giving back URB at the head of endpoint's queue after sending each STALL handshake; stop doing that and start checking for the queue being non-empty before stalling an endpoint and disallowing st

streaming gadget

2009-03-06 Thread Prabhaharan R-TLS,Chennai
Hi all, Is there any code frame work available as open source for USB streaming gadget? I have seen a mail communication at http://www.mail-archive.com/linux-usb-de...@lists.sourceforge.net/msg496 77.html about streaming gadget. Thanks and regards, Prabha

USB Keyboard/Mouse on DVEVM6446

2009-03-06 Thread Andre Vinicius Mulho Costa
Hi Everyone, I'm trying to use a USB keyboard on DVEVM6446 without success. I'm using mv_pro_4.0, and enabled Device Drivers> Usb Support > USB Human Interface Device (Full HID) support in the kernel menuconfig. When I plug the keyboard, nothing happens (keyboard leds remain off), an

VLC and MSP430LIB on DM6446

2009-03-06 Thread Juliano Krieger
Hello, Does anyody have an idea on how to integrate VLC Player and MSP430LIB to control VLC with the InfraRed remote control? I already have MSP430LIB working. Best regards, -- Juliano Krieger ___ Davinci-linux-open-source mailing list Davinci-linux-op

Re: [PATCH] ARM: add TI cp_intc support (take 2)

2009-03-06 Thread Sergei Shtylyov
Kevin Hilman wrote: Add support for Texas Instuments Common Platform Interrupt Controller (cp_intc). It's being added as a part of DA830/OMAP-L137 support, however as cp_intc is not really specific to this architecture (or even ARM specific), I thought that the best place for this code will b

Re: why does the screen display always green why i use UYVY_BLACK?

2009-03-06 Thread Vladimir Pantelic
Vladimir Pantelic wrote: > zuowenping wrote: >> hi: >> I am developing in dm355 platform, I use the UYVY_BLACK(0x10801080 ) >> datas to display black video,but the video is always green,why? > > isnt yuv black more like: 0x00800080? but still, GREEN is something like all 0, so I guess you are no

Re: why does the screen display always green why i use UYVY_BLACK?

2009-03-06 Thread Vladimir Pantelic
zuowenping wrote: > hi: > I am developing in dm355 platform, I use the UYVY_BLACK(0x10801080 ) > datas to display black video,but the video is always green,why? isnt yuv black more like: 0x00800080? ___ Davinci-linux-open-source mailing list Davinci-

why does the screen display always green why i use UYVY_BLACK?

2009-03-06 Thread zuowenping
hi: I am developing in dm355 platform, I use the UYVY_BLACK(0x10801080 ) datas to display black video,but the video is always green,why? 2009-03-06 zuowenping ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com