Hi,
I changed a little bit the vfb module to be used as a frame buffer in
memory. I would like to use the mmap over the virtual framebuffer. I
added a few line:
I allocated the buffer using
videomemory=(void *)__get_free_pages(GFP_KERNEL,
get_order(PAGE_ALIGN(videomemorysize)));
and fixed the
On Thu, 2007-04-05 at 10:30 +0200, Michael Trimarchi wrote:
> Hi,
> I changed a little bit the vfb module to be used as a frame buffer in
> memory. I would like to use the mmap over the virtual framebuffer. I
> added a few line:
> I allocated the buffer using
>
Hi,
I changed a little bit the vfb module to be used as a frame buffer in
memory. I would like to use the mmap over the virtual framebuffer. I
added a few line:
I allocated the buffer using
videomemory=(void *)__get_free_pages(GFP_KERNEL,
get_order(PAGE_ALIGN(videomemorysize)));
and fixed
3 matches
Mail list logo