Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread venki kaps
iguration in order to avoid that possibly > troublesome code in a production system. I haven't seen it working > properly yet. Thanks for the information. Even I have not used that configuration but in production system, We could avoid the DSP task information to be printed by the MPU dsp

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread Felipe Contreras
On Wed, Sep 15, 2010 at 7:03 PM, venki kaps wrote: > In latest kernels (Eg, linux-2.6.36-rc3),The MMU-Fault debugging > enhancements code is moved under CONFIG_TIDSPBRIDGE_BACKTRACE. Indeed, I added that configuration in order to avoid that possibly troublesome code in a production system. I have

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread venki kaps
kaps wrote: >>>>> Dear all, >>>>> >>>>> I have been facing an issue with OMAP3 PM with DSP MMU Fault (Kernel >>>>> 2.6.32). >>>>> >>>>> The issue is describing as below mentioned way, >>>>>    

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread venki kaps
Venkii, On Wed, Sep 15, 2010 at 8:02 PM, Kevin Hilman wrote: > venki kaps writes: > >> On Tue, Sep 14, 2010 at 8:54 PM, venki kaps wrote: >>> On Tue, Sep 14, 2010 at 1:28 AM, venki kaps wrote: >>>> Dear all, >>>> >>>> I have been

RE: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread Ramirez Luna, Omar
venki kaps wrote: ... > > My problem is resolved.GPtimer7 was not reset during the MMU FAULT > occurrence before the first power cycle. So this pending interrupt is > preventing the system sleep entry. > Now it works fine after resetting Gptimer7 in pm suspend path. > That's doesn't sound right

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread Kevin Hilman
venki kaps writes: > On Tue, Sep 14, 2010 at 8:54 PM, venki kaps wrote: >> On Tue, Sep 14, 2010 at 1:28 AM, venki kaps wrote: >>> Dear all, >>> >>> I have been facing an issue with OMAP3 PM with DSP MMU Fault (Kernel >>> 2.6.32). >>&

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-15 Thread venki kaps
On Tue, Sep 14, 2010 at 8:54 PM, venki kaps wrote: > On Tue, Sep 14, 2010 at 1:28 AM, venki kaps wrote: >> Dear all, >> >> I have been facing an issue with OMAP3 PM with DSP MMU Fault (Kernel 2.6.32). >> >> The issue is describing as below mentioned way, >&g

Re: OMAP3 DSP MMU fault + off mode issue

2010-09-14 Thread venki kaps
On Tue, Sep 14, 2010 at 1:28 AM, venki kaps wrote: > Dear all, > > I have been facing an issue with OMAP3 PM with DSP MMU Fault (Kernel 2.6.32). > > The issue is describing as below mentioned way, >        1). The Device is getting DSP MMU Fault when playing MP4 video clip. >

OMAP3 DSP MMU fault + off mode issue

2010-09-13 Thread venki kaps
Dear all, I have been facing an issue with OMAP3 PM with DSP MMU Fault (Kernel 2.6.32). The issue is describing as below mentioned way, 1). The Device is getting DSP MMU Fault when playing MP4 video clip. The system is not hitting off mode in the below scenario, 2). System boot

Re: DSP MMU Fault

2009-06-04 Thread Ramesh Gupta Guntha
Hi Can, On 6/4/09, Can Bal wrote: > Hi everyone, > > I'm implementing a code on DSP but at the time I do a memory allocation at > the DSP side as: > > short *a; > a = malloc(192); // (short*)malloc(192) does not work either > > But at this line I get the following error and DSP fails afterwards.

RE: DSP MMU Fault

2009-06-04 Thread Kanigeri, Hari
nal Message- > From: Can Bal [mailto:can...@ee.bilkent.edu.tr] > Sent: Thursday, June 04, 2009 5:15 PM > To: Kanigeri, Hari > Cc: Can Bal; linux-omap@vger.kernel.org > Subject: RE: DSP MMU Fault > > Hi Hari, > > How can I map the address? At what part do I sp

RE: DSP MMU Fault

2009-06-04 Thread Can Bal
0. > > > Thank you, > Best regards, > Hari > >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of Can Bal >> Sent: Thursday, June 04, 2009 6:54 AM >> To: linux-omap@vger.kernel

RE: DSP MMU Fault

2009-06-04 Thread Kanigeri, Hari
x-omap- > ow...@vger.kernel.org] On Behalf Of Can Bal > Sent: Thursday, June 04, 2009 6:54 AM > To: linux-omap@vger.kernel.org > Subject: DSP MMU Fault > > Hi everyone, > > I'm implementing a code on DSP but at the time I do a memory allocation at > the DSP side as: > &

DSP MMU Fault

2009-06-04 Thread Can Bal
Hi everyone, I'm implementing a code on DSP but at the time I do a memory allocation at the DSP side as: short *a; a = malloc(192); // (short*)malloc(192) does not work either But at this line I get the following error and DSP fails afterwards. Then I need to reboot until I can run the applicati