I hope this is a sensible question, but here goes...

PXA270 CPUs have integrated graphics hardware which is basically a dumb
framebuffer, but it has 256KiB of SRAM which in theory can be used as a
graphics buffer.  The current pxafb driver just uses the (slow) system
RAM and takes a lot of the bus bandwidth just to keep the LCD refreshed.
I've previously tried to use this SRAM to map part of the framebuffer in
the pxafb driver, but the management of the DMA memory allocation etc
from the SRAM has always been a big problem.  Would an approach of using
TTM or GEM along with a modesetting DRM driver make it possible to write
an "accelerated" driver for this hardware?  Perhaps even utililize the
SRAM to render tiles using SIMD optimized code and blit them to the
framebuffer?  Does anybody have any idea what might be possible if
anything?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to