All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
@ 2012-03-13  1:55 Kuninori Morimoto
  2012-03-13  2:59 ` Paul Mundt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2012-03-13  1:55 UTC (permalink / raw)
  To: linux-sh

ap4evb board needs the same fix as
1740d3448012475f6b63172631c60cbcd1994a81
(ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-ap4evb.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index eeb4d96..3b17d13 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -1205,6 +1205,10 @@ static struct map_desc ap4evb_io_desc[] __initdata = {
 static void __init ap4evb_map_io(void)
 {
 	iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc));
+	/* DMA memory at 0xff200000 - 0xffdfffff. The default 2MB size isn't
+	 * enough to allocate the frame buffer memory.
+	 */
+	init_consistent_dma_size(12 << 20);
 
 	/* setup early devices and console here as well */
 	sh7372_add_early_devices();
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
  2012-03-13  1:55 [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer Kuninori Morimoto
@ 2012-03-13  2:59 ` Paul Mundt
  2012-03-15  6:16 ` Paul Mundt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2012-03-13  2:59 UTC (permalink / raw)
  To: linux-sh

On Mon, Mar 12, 2012 at 06:55:23PM -0700, Kuninori Morimoto wrote:
> ap4evb board needs the same fix as
> 1740d3448012475f6b63172631c60cbcd1994a81
> (ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer)
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Too late now, we'll have to apply it in 3.4 and flag it for -stable. -rc7
is not the time to be testing and submitting fixes that should have been
done during -rc3 time or so.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
  2012-03-13  1:55 [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer Kuninori Morimoto
  2012-03-13  2:59 ` Paul Mundt
@ 2012-03-15  6:16 ` Paul Mundt
  2012-03-21 22:10 ` Rafael J. Wysocki
  2012-03-21 22:19 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2012-03-15  6:16 UTC (permalink / raw)
  To: linux-sh

On Tue, Mar 13, 2012 at 11:59:33AM +0900, Paul Mundt wrote:
> On Mon, Mar 12, 2012 at 06:55:23PM -0700, Kuninori Morimoto wrote:
> > ap4evb board needs the same fix as
> > 1740d3448012475f6b63172631c60cbcd1994a81
> > (ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer)
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Too late now, we'll have to apply it in 3.4 and flag it for -stable. -rc7
> is not the time to be testing and submitting fixes that should have been
> done during -rc3 time or so.

Ok, I've applied it to my fixes branch for now. If there's another rc
I'll send it off to Linus, otherwise Rafael can pull in my outstanding
fixes later on.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
  2012-03-13  1:55 [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer Kuninori Morimoto
  2012-03-13  2:59 ` Paul Mundt
  2012-03-15  6:16 ` Paul Mundt
@ 2012-03-21 22:10 ` Rafael J. Wysocki
  2012-03-21 22:19 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-03-21 22:10 UTC (permalink / raw)
  To: linux-sh

On Thursday, March 15, 2012, Paul Mundt wrote:
> On Tue, Mar 13, 2012 at 11:59:33AM +0900, Paul Mundt wrote:
> > On Mon, Mar 12, 2012 at 06:55:23PM -0700, Kuninori Morimoto wrote:
> > > ap4evb board needs the same fix as
> > > 1740d3448012475f6b63172631c60cbcd1994a81
> > > (ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer)
> > > 
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Too late now, we'll have to apply it in 3.4 and flag it for -stable. -rc7
> > is not the time to be testing and submitting fixes that should have been
> > done during -rc3 time or so.
> 
> Ok, I've applied it to my fixes branch for now. If there's another rc
> I'll send it off to Linus, otherwise Rafael can pull in my outstanding
> fixes later on.

Can you please tell me which branch they are on?

Rafael

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer
  2012-03-13  1:55 [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2012-03-21 22:10 ` Rafael J. Wysocki
@ 2012-03-21 22:19 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-03-21 22:19 UTC (permalink / raw)
  To: linux-sh

On Wednesday, March 21, 2012, Rafael J. Wysocki wrote:
> On Thursday, March 15, 2012, Paul Mundt wrote:
> > On Tue, Mar 13, 2012 at 11:59:33AM +0900, Paul Mundt wrote:
> > > On Mon, Mar 12, 2012 at 06:55:23PM -0700, Kuninori Morimoto wrote:
> > > > ap4evb board needs the same fix as
> > > > 1740d3448012475f6b63172631c60cbcd1994a81
> > > > (ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer)
> > > > 
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > 
> > > Too late now, we'll have to apply it in 3.4 and flag it for -stable. -rc7
> > > is not the time to be testing and submitting fixes that should have been
> > > done during -rc3 time or so.
> > 
> > Ok, I've applied it to my fixes branch for now. If there's another rc
> > I'll send it off to Linus, otherwise Rafael can pull in my outstanding
> > fixes later on.
> 
> Can you please tell me which branch they are on?

Found it, sorry for the noise.

Rafael

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-21 22:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13  1:55 [PATCH] ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer Kuninori Morimoto
2012-03-13  2:59 ` Paul Mundt
2012-03-15  6:16 ` Paul Mundt
2012-03-21 22:10 ` Rafael J. Wysocki
2012-03-21 22:19 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.