Re: [Linux-fbdev-devel] [PATCH 2.6.20 1/1] fbdev, mm: hecuba/E-Ink fbdev driver




I'm not sure I understand. What the current implementation does is to
use host based framebuffer memory. Apps mmap that memory and draw to
that. Then after the delay, that framebuffer is written to the
device's memory. That's the scenario for hecubafb where the Apollo
controller maintains it's own internal framebuffer.

When you say without the framebuffer, if you meant without the host
memory, then this method doesn't work. If you mean without the
device's internal memory, then yes, I think we can do that, because it
would be up to the driver to use the touched pagelist to then perform
IO as suitable for its device.

I meant for it to work for non framebuffer devices. I realized that not
such a great idea.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [Xen-devel] Re: More virtio users
    ... but describing rectangles is better. ... They stop working once you plan to run any graphical stuff such as an X-Server on top of the framebuffer. ... Only way to get notified about changes is page faults, i.e. 4k granularity on the linear framebuffer memory. ... Related to Framebuffer is virtual keyboard and virtual mouse, which probably works perfectly fine with virtio. ...
    (Linux-Kernel)
  • [PATCH] vesafb, kernel 2.4.23
    ... The 2.4.23 vesafb driver wasn't using all of my video ... memory, so bootsplash images wouldn't load because ... Dec 14 00:14:31 blue vesafb: framebuffer at ...
    (Linux-Kernel)
  • Re: [PATCH 2.6.20 1/1] fbdev,mm: hecuba/E-Ink fbdev driver
    ... displays that have internal memory that need data flushed to them. ... that framebuffer is written to the ... When you say without the framebuffer, if you meant without the host ...
    (Linux-Kernel)
  • Re: [OT] GRAAAAAAAAAHHHH! HULK SMASH STUPID COMPUTER!! >_<#
    ... >> using main memory for the framebuffer). ... it's not as if those mainboards didn't have an AGP or PCIe ... > something else than graphics... ...
    (rec.arts.anime.misc)
  • Re: Fast memcpy in kernel space
    ... >I am writing a kernel module that needs to access and copy framebuffer zones ... >from an mmaped framebuffer to a local buffer. ... If you're copying large chunks of data from framebuffer memory, ... that your graphics device is capable of this kind of DMA of course. ...
    (comp.os.linux.development.system)