OMAP Framebuffer memory allocation and mapping

2008-11-20 Thread Tomi Valkeinen
Hi, I have a couple of questions regarding the memory management for the new display subsystem. The new DSS allocates memory with dma_alloc_writecombine() and mmaps it to user space with dma_mmap_writecombine(). Allocation is done when omapfb starts up. Normally memory gets very quickly too

RE: OMAP Framebuffer memory allocation and mapping

2008-11-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Tomi Valkeinen Sent: Thursday, November 20, 2008 4:22 PM To: linux-omap@vger.kernel.org Subject: OMAP Framebuffer memory allocation and mapping Hi, I have