Unable to change cache size in codec engine.

2009-05-21 Thread bhushan
Hello , I am trying to build an application to encode video in mpeg4 format and also integrate the scale example from the codec engine in the encode combo server. During the integration fro performance reasons I want to increase the L2 cache size from 64k to 128k. My processor is tms320dm6446.

Re: Unable to change cache size in codec engine.

2009-05-21 Thread Jaya krishnan
Hello, I remember 64x+ L2 cache size is 64K (maximum). Regards Jayakrishnan --- Original Message --- Sender : bhushansaraf.bhus...@gmail.com Date : May 21, 2009 16:19 (GMT+09:00) Title : Unable to change cache size in codec engine. Hello , I am trying to build an application

Re: Unable to change cache size in codec engine.

2009-05-21 Thread Ondrej Pindroch
Refer to tms320dm6446.pdf /p14 (datasheet of TMS320DM6446) DSP has only 64KB The DSP Subsystem includes the following features: · C64x+ DSP CPU · 32KB L1 Program (L1P)/Cache (up to 32KB) · 80KB L1 Data (L1D)/Cache (up to 32KB) · 64KB Unified Mapped RAM/Cache (L2) · Little endian Best regards

Re: Unable to change cache size in codec engine.

2009-05-21 Thread bhushan
thanks On Thu, May 21, 2009 at 2:39 PM, Ondrej Pindroch opindr...@softhard.sk wrote: Refer to tms320dm6446.pdf /p14  (datasheet of TMS320DM6446) DSP has only 64KB The DSP Subsystem includes the following features: · C64x+ DSP CPU · 32KB L1 Program (L1P)/Cache (up to 32KB) · 80KB L1 Data

about mpeg4 SP on DM355!!!!!!!!

2009-05-21 Thread Jeff
All, Could anyone show me how to convert video clips with other encoder formats to be playable by dm355 mpeg4 sp decoder using open source tool (ffmpeg or others)? I need not ArcSoft MediaConverter(I need a free tool). Thanks very much. BR, Jeff

RE: SD root filsystem support on OMAP-L137 EVM

2009-05-21 Thread Nori, Sekhar
From: Erik Svensson Sent: Tuesday, May 19, 2009 3:09 PM Hello, Sorry for the confusion. I am able to boot using SPI and SD with the MV-kernel and I am content with that. But I wanted to see what linux-davinci had to offer. For SPI, you would have to take Sandeep's DM355 SPI patches (posted

RE: Audio on DM355 EVM

2009-05-21 Thread chaithrika
Dave, Thank you for the suggestion. Troy's patch works fine on DM355 EVM. Regards, Chaithrika -Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Thursday, May 21, 2009 12:27 PM To: davinci-linux-open-source@linux.davincidsp.com Cc: chaithrika Subject: Re:

RE: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread chaithrika
Troy, I tried this patch on DM355 EVM. It works fine. Thanks, Chaithrika -Original Message- From: davinci-linux-open-source- bounces+chaithrika=ti@linux.davincidsp.com [mailto:davinci-linux- open-source-bounces+chaithrika=ti@linux.davincidsp.com] On Behalf Of Troy Kisky

[PATCH v4 1/3] ARM: DaVinci: Internal restructuring of EDMA driver

2009-05-21 Thread Sudhakar Rajashekhara
Define a structure to store EDMA channel controller based information. Use platform_device.id to find out the instance being configured in probe function. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- arch/arm/mach-davinci/dm355.c |5 +-

[PATCH v4 0/3] ARM: DaVinci: Add support for multiple EDMA CC instances

2009-05-21 Thread Sudhakar Rajashekhara
Existing EDMA driver does not take care of multiple EDMA channel controller instances. An upcoming architecture from TI has 2 EDMA channel controller instances. This series adds support for multiple EDMA CC instances. With this patch, user needs to pass the EDMA channel number as

[PATCH v4 3/3] ARM: DaVinci: Modifications to EDMA driver

2009-05-21 Thread Sudhakar Rajashekhara
Modify the EDMA driver based on the interface changes done by the first two patches of this series. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- arch/arm/mach-davinci/dma.c | 507 --- 1 files changed, 333 insertions(+), 174 deletions(-)

[PATCH v4 2/3] ARM: DaVinci: Interface changes visible to EDMA clients

2009-05-21 Thread Sudhakar Rajashekhara
Introduce macros to build IDs from controller and channel number, and to extract them. Modify the edma_alloc_slot function to take an extra argument for the controller. Also, modify the MMC and ASoC drivers to reflect the above changes. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com

How to improve image latency

2009-05-21 Thread Ondrej Pindroch
Hi I have an aplication which is useing CCDC PREVIEWER and V4L2 for output. There is one buffer between CCDC and PREVIEWER (exactly 3 buffers) and for output it is used buffer from V4L2. For now I have latency 160 - 200ms. I have made some mistakes and loosing frames (hudge bunche of

RE: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread Rajashekhara, Sudhakar
Troy, I tried this patch on DM644x EVM and following are my observations: 1. Playback works fine. 2. Record has some issues. Recorded stream has Loud volume on the right side, and on the left, volume is very low. 3. Loopback (arecord -f cd | aplay -f cd) has some issues. Audio is bit noisy here.

RE: Danvinci watchdog + Intel flash problem

2009-05-21 Thread Alberto Navatta
Hi Kevin, in general you are right, but in this case is the execution of the bootloader to fail and there's no way to address the problem after reboot. I think there's a problem in the logic implemented in the cfi flash driver: some driver operations don't leave the chip in read array mode and

RE: How to improve image latency

2009-05-21 Thread Jadav, Brijesh R
Hi, What is the display frame rate? Thanks, Brijesh Jadav From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Ondrej Pindroch Sent: Thursday, May 21, 2009 5:48 PM To:

RE: How to improve image latency

2009-05-21 Thread Ondrej Pindroch
Display frame rate is 25fps it is PAL output. Ondrej Pindroch SoftHard Technology ltd. -Original Message- From: Jadav, Brijesh R brijes...@ti.com To: Ondrej Pindroch opindr...@softhard.sk, davinci-linux-open-source davinci-linux-open-source@linux.davincidsp.com Date: Thu, 21 May

Re: [PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-21 Thread Hans Verkuil
On Thursday 21 May 2009 08:12:57 chaithrika wrote: Hi All, Do you have any review comments on this patch set? Reviewed-by: Hans Verkuil hverk...@xs4all.nl I'm happy with these patches! There is one thing that can be improved, though. It is really an enhancement and does not prevent this

Re: [PATCH v2] net-next-2.6: TI DaVinci EMAC driver

2009-05-21 Thread Kevin Hilman
David Miller da...@davemloft.net writes: From: Chaithrika U S chaithr...@ti.com Date: Mon, 18 May 2009 07:34:32 -0400 Add support for TI DaVinci EMAC driver. TI DaVinci Ethernet Media Access Controller module is based upon TI CPPI 3.0 DMA engine and supports 10/100 Mbps on all and Gigabit

14 pins JTAG cable

2009-05-21 Thread elbert shiang
Dear All:   Can you help me to find the JTAG solution? my questions is followed.   1. which vendor and how can I get the 14 pins JTAG cable other than TI? 2. Can I download the Linux based  CCStudio? 3. Can the CCStudia run well on Fedora 10? 4. which documentation address this issue?   Thanks,

Re: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread Troy Kisky
Rajashekhara, Sudhakar wrote: Troy, I tried this patch on DM644x EVM and following are my observations: 1. Playback works fine. 2. Record has some issues. Recorded stream has Loud volume on the right side, and on the left, volume is very low. 3. Loopback (arecord -f cd | aplay -f cd) has

Re: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread Troy Kisky
chaithrika wrote: Troy, I tried this patch on DM355 EVM. It works fine. Thanks, Chaithrika Thanks. Are you seeing the same issues as Sudhakar? Message repeated below. _ Troy, I tried this patch on DM644x EVM and following are my observations: 1. Playback works

Re: 14 pins JTAG cable

2009-05-21 Thread Steve Chen
On Thu, 2009-05-21 at 11:09 -0700, elbert shiang wrote: Dear All: Can you help me to find the JTAG solution? my questions is followed. 1. which vendor and how can I get the 14 pins JTAG cable other than TI? 2. Can I download the Linux based CCStudio? 3. Can the CCStudia run well on

Re: 14 pins JTAG cable

2009-05-21 Thread David Brownell
On Thursday 21 May 2009, Steve Chen wrote: CCS Studio only runs on Windows. Although ... CCS4 is using Eclipse, and surely one of the main reasons to do that is to (eventually) get rid of that annoying restriction? ___ Davinci-linux-open-source

[PATCH 0/3] davinci: add SRAM allocator

2009-05-21 Thread Kevin Hilman
Provide a generic SRAM allocator using genalloc, and vaguely modeled after what AVR32 uses. This is the last of the davinci updates for the 2.6.31 merge window and applies on top of the previous 3 series: - [PATCH 0/2] davinci GPIO fixes for next merge window - [PATCH 00/11] davinci: more SoCs

[PATCH 3/3] davinci: add SRAM allocator

2009-05-21 Thread Kevin Hilman
From: David Brownell dbrown...@users.sourceforge.net Provide a generic SRAM allocator using genalloc, and vaguely modeled after what AVR32 uses. This builds on top of the static CPU mapping set up in the previous patch, and returns DMA mappings as requested (if possible). Compared to its OMAP

[PATCH 2/3] davinci: soc-specific SRAM setup

2009-05-21 Thread Kevin Hilman
From: David Brownell dbrown...@users.sourceforge.net Package on-chip SRAM. It's always accessible from the ARM, so set up a standardized virtual address mapping into a 128 KiB area that's reserved for platform use. In some cases (dm6467) the physical addresses used for EDMA are not the same as

[PATCH 1/3] davinci: remove remnants of IRAM allocator

2009-05-21 Thread Kevin Hilman
From: David Brownell dbrown...@users.sourceforge.net Remove remnants of dm6446-specific SRAM allocator, as preparation for a more generic replacement. Signed-off-by: David Brownell dbrown...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com ---

Re: [PATCH] DaVinci SPI Driver

2009-05-21 Thread Kevin Hilman
s-paul...@ti.com writes: The patch adds support for DaVinci SPI driver. It was tested on the DM355 using the at25 EEPROM driver. Signed-off-by: Sandeep Paulraj s-paul...@ti.com [...] diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 83a185d..565967b 100644 ---

Re: [PATCH 1/2] ARM: DaVinci: DM646x PCIHOST: Core files modifications for PCI PINMUX and I/O

2009-05-21 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: The changes mainly target two areas: 1) Provide clock structure, setting up PCI PINMUX and perform board specific fix-ups for PCI Host core to begin configuration/enumeraion and 2) Provide PCI IO access through in/outx() and ioread/iowritex(). The

RE: [PATCH 3/3] davinci: add SRAM allocator

2009-05-21 Thread Ring, Chris
Just a quick can we talk through this patch a bit note... I _think_ there are existing codecs on some DaVinci platforms (e.g. DM365) that are already using this SRAM memory. The current [easy] solution to their use case was to keep this memory out of the kernel, and simply give it to CMEM to

Re: [PATCH 3/3] davinci: add SRAM allocator

2009-05-21 Thread David Brownell
On Thursday 21 May 2009, Ring, Chris wrote: I _think_ there are existing codecs on some DaVinci platforms (e.g. DM365) that are already using this SRAM memory.  The current [easy] solution to their use case was to keep this memory out of the kernel, and simply give it to CMEM to manage (via

RE: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread chaithrika
-Original Message- From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] Sent: Friday, May 22, 2009 12:15 AM To: chaithrika Cc: davinci-linux-open-source@linux.davincidsp.com; Rajashekhara, Sudhakar Subject: Re: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

RE: [PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-21 Thread chaithrika
Hans, -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Thursday, May 21, 2009 7:45 PM To: chaithrika Cc: linux-me...@vger.kernel.org; davinci-linux-open- sou...@linux.davincidsp.com; 'Manjunath Hadli'; 'Brijesh Jadav' Subject: Re: [PATCH v3 0/4] ARM: DaVinci:

RE: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread Rajashekhara, Sudhakar
Rajashekhara, Sudhakar wrote: Troy, I tried this patch on DM644x EVM and following are my observations: 1. Playback works fine. 2. Record has some issues. Recorded stream has Loud volume on the right side, and on the left, volume is very low. 3. Loopback (arecord -f cd | aplay

Re: [PATCH] RFC: ARM: DaVinci: ASoc use iram to buffer sound

2009-05-21 Thread Troy Kisky
Rajashekhara, Sudhakar wrote: Rajashekhara, Sudhakar wrote: Troy, I tried this patch on DM644x EVM and following are my observations: 1. Playback works fine. 2. Record has some issues. Recorded stream has Loud volume on the right side, and on the left, volume is very low. 3. Loopback