summaryrefslogtreecommitdiff
path: root/kms++/src/omap/omapframebuffer.cpp
AgeCommit message (Collapse)Author
2017-04-16Remove libdrm_omap dependencyLaurent Pinchart
The library is just a wrapper around ioctls. It doesn't provide much value, and its API is marked as experimental and should thus not be expected to be stable. As third party library dependencies are always painful for distributors and packagers, use the ioctls directly for now. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2017-02-10omapfb: add constructor with fourccTomi Valkeinen
2016-11-21Add OmapCard and OmapFramebufferTomi 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>