Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-03 | Rework framebuffer classes | Tomi Valkeinen | |
Drop (I)MappedFramebuffer, as it doesn't really provide any value, and have most of the methods be present in IFramebuffer with default exception throwing implementation. This gives us simpler way to use the framebuffers, as almost always we can just use a pointer to IFramebuffer. | |||
2017-05-30 | omapfb: add flags for memory alloc | Tomi Valkeinen | |
2017-05-30 | omapfb: add enum Flags for OmapFB | Tomi Valkeinen | |
2017-05-24 | omapfb: add TILER support | Tomi Valkeinen | |
Add TILER rotation support for omapframebuffer. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2017-02-10 | omapfb: add constructor with fourcc | Tomi Valkeinen | |
2016-11-21 | Add OmapCard and OmapFramebuffer | Tomi Valkeinen | |
Add OmapCard and OmapFramebuffer classes to utilize omap_bos. Only non-tiled framebuffer is implemented for now. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |