linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to allocate framebuffer bigger than 4MB
@ 2010-10-04  7:33 han jonghun
  0 siblings, 0 replies; only message in thread
From: han jonghun @ 2010-10-04  7:33 UTC (permalink / raw)
  To: linux-fbdev

Hi,

I have a question how to allocate framebuffer bigger than 4MB.
I usually allocate framebuffer via dma_alloc_writecombine.

When I use dma_alloc_writecombine, I can allocate framebuffer less
than 4MB due to MAX_ORDER(11).
Before 2.6.36, I allocated framebuffer via bootmem and then I remaped
the fb via ioremap_wc for non-cacheable operation.
But from 2.6.36, I cannot use ioremap_wc for the memory which is
allocate by kernel.
How can I allocate framebuffer bigger than 4MB ?

Can anyone help me?

Thanks

Best regards,
Jonhun Han.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-04  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04  7:33 How to allocate framebuffer bigger than 4MB han jonghun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).