From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonghun.han@samsung.com (Jonghun Han) Date: Thu, 13 Jan 2011 17:39:24 +0900 Subject: Memory sharing issue by application on V4L2 based device driver with system mmu. In-Reply-To: <20110111173509.GB14017@dumpdata.com> References: <4D25BC22.6080803@samsung.com> <002201cbadfd$6d59e490$480dadb0$%han@samsung.com> <003201cbae19$bda3dfc0$38eb9f40$%han@samsung.com> <20110111173509.GB14017@dumpdata.com> Message-ID: <007b01cbb2fd$64a0f050$2de2d0f0$%han@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Sorry for late reply. Samsung SoC C210 has many multimedia IPs. Each IP has its own MMU named SYSTEM MMU like CPU's MMU. So it can handle discontiguous memory using device own virtual address. What Inki Dae wants to discuss is how to allocate the memory and how to share it with other multimedia IPs. Thank you for interesting. Best regards, > -----Original Message----- > From: linux-fbdev-owner at vger.kernel.org [mailto:linux-fbdev- > owner at vger.kernel.org] On Behalf Of Konrad Rzeszutek Wilk > Sent: Wednesday, January 12, 2011 2:35 AM > To: Jonghun Han > Cc: 'InKi Dae'; linux-media at vger.kernel.org; linux-arm-kernel at lists.infradead.org; > 'linux-fbdev'; kyungmin.park at samsung.com > Subject: Re: Memory sharing issue by application on V4L2 based device driver > with system mmu. > > > .. snip.. > > But 64KB or 1MB physically contiguous memory is better than 4KB page > > in the point of performance. > > Could you explain that in more details please? I presume you are talking about a > CPU that has a MMU unit, right? > -- > To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body > of a message to majordomo at vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html