From: Nishanth Menon <nm@ti.com>
To: "Ramirez Luna, Omar" <omar.ramirez@ti.com>
Cc: linux-omap <linux-omap@vger.kernel.org>,
Hiroshi Doyu <Hiroshi.DOYU@nokia.com>,
Ameya Palande <ameya.palande@nokia.com>,
Felipe Contreras <felipe.contreras@nokia.com>,
"Guzman Lugo, Fernando" <x0095840@ti.com>,
"Ramos Falcon, Ernesto" <ernesto@ti.com>,
"Kanigeri, Hari" <h-kanigeri2@ti.com>,
"Aguilar Pena, Leed" <leed.aguilar@ti.com>
Subject: Re: [PATCH 3/8] DSPBRIDGE: Increased DMM size to 256MB
Date: Thu, 7 Jan 2010 20:17:47 -0600 [thread overview]
Message-ID: <4B4695CB.4080606@ti.com> (raw)
In-Reply-To: <1262912435-30024-1-git-send-email-omar.ramirez@ti.com>
Ramirez Luna, Omar had written, on 01/07/2010 07:00 PM, the following:
> From: Hari Kanigeri <h-kanigeri2@ti.com>
>
> This patch increases the DMM from 64MB to 256MB.
begs the question: Why?
>
> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
> Signed-off-by: Leed Aguilar <leed.aguilar@ti.com>
> ---
> arch/arm/plat-omap/include/dspbridge/dmm.h | 2 +-
> drivers/dsp/bridge/pmgr/dmm.c | 8 ++++----
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/dspbridge/dmm.h b/arch/arm/plat-omap/include/dspbridge/dmm.h
> index 335edf8..af0c35a 100644
> --- a/arch/arm/plat-omap/include/dspbridge/dmm.h
> +++ b/arch/arm/plat-omap/include/dspbridge/dmm.h
> @@ -41,7 +41,7 @@
> u32 reserved;
> } ;
>
> -#define DMMPOOLSIZE 0x4000000
> +#define DMMPOOLSIZE 0x10000000
>
> /*
> * ======== DMM_GetHandle ========
> diff --git a/drivers/dsp/bridge/pmgr/dmm.c b/drivers/dsp/bridge/pmgr/dmm.c
> index 46c05c6..f878855 100644
> --- a/drivers/dsp/bridge/pmgr/dmm.c
> +++ b/drivers/dsp/bridge/pmgr/dmm.c
> @@ -103,10 +103,10 @@ static struct GT_Mask DMM_debugMask = { NULL, NULL }; /* GT trace variable */
>
> static u32 cRefs; /* module reference count */
> struct MapPage {
> - u32 RegionSize:15;
> - u32 MappedSize:15;
> - u32 bReserved:1;
> - u32 bMapped:1;
> + u64 RegionSize:31;
> + u64 MappedSize:31;
> + u64 bReserved:1;
> + u64 bMapped:1;
> };
>
> /* Create the free list */
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2010-01-08 2:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-08 1:00 [PATCH 3/8] DSPBRIDGE: Increased DMM size to 256MB Omar Ramirez Luna
2010-01-08 2:17 ` Nishanth Menon [this message]
2010-01-08 5:16 ` Kanigeri, Hari
2010-01-08 14:28 ` Nishanth Menon
2010-01-08 15:29 ` Kanigeri, Hari
2010-01-08 15:33 ` Nishanth Menon
2010-01-08 14:08 ` Felipe Contreras
2010-01-08 14:14 ` Kanigeri, Hari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B4695CB.4080606@ti.com \
--to=nm@ti.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=ameya.palande@nokia.com \
--cc=ernesto@ti.com \
--cc=felipe.contreras@nokia.com \
--cc=h-kanigeri2@ti.com \
--cc=leed.aguilar@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=omar.ramirez@ti.com \
--cc=x0095840@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox