Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | kms++: fix AtomicReq compilation | Tomi Valkeinen | |
4fb69b7d20e90746855de122422ac9cabd78f66f ("kms++: use DrmPropObject in AtomicReq") made AtomicReq::add() use a not-yet-implemented method. Fix this by changing that line back. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-22 | kms++: use DrmPropObject in AtomicReq | Tomi Valkeinen | |
The objects to which we set properties with AtomicReq must have properties, so they are DrmPropObjects instead of DrmObjects. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-20 | Framebuffer: don't crash is drmModeGetFB() returns 0 | Tomi Valkeinen | |
2016-06-20 | Add Framebuffer::flush() | Tomi Valkeinen | |
2016-06-16 | Support RGB888 | Tomi Valkeinen | |
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |