Re: [RFC 2.6.27 1/2] fbdev: add E-Ink Broadsheet controller support
From: <hidden>
Date: 2008-12-21 11:15:49
From: <hidden>
Date: 2008-12-21 11:15:49
On Sun, Dec 21, 2008 at 06:12:04AM -0500, Jaya Kumar wrote:
On Sun, Dec 21, 2008 at 6:06 AM, [off-list ref] wrote:quoted
Also, using vmalloc for the backing store means this memory can't be mmap()'d into userspace, which is a very common thing for framebuffer using programs to do. If mmap() is to be denied, then you should provide a mmap implementation in the fb_ops structure.I'm not sure I understand. broadsheetfb relies on defio to handle the mmap and setup the fb_ops mmap handler. I'm using Xfbdev with this and it works fine.
Ah, I see how it's working. That's fine. ------------------------------------------------------------------------------