Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | AtomicReq: add add_display() helper | Tomi Valkeinen | |
2016-08-15 | support finding fractional vrefresh | Tomi Valkeinen | |
2016-08-15 | testpat & kmsprint: improve mode prints | Tomi Valkeinen | |
2016-08-11 | Add BGR888 (BG24) and BGR565 (BG16) pixelformats. | Jyri Sarha | |
Note colorbar does not support 24 bit modes (RGB888 or BGR888) yet. | |||
2016-07-10 | Fix property name lookup | Tomi Valkeinen | |
Object types can have different properties with the same name, so we need to move name-based property lookup from Card to DrmPropObject. 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-22 | kms++: update decls.h | Tomi Valkeinen | |
Sort the declarations and add DrmPropObject. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-20 | Add Framebuffer::flush() | Tomi Valkeinen | |
2016-06-16 | Support RGB888 | Tomi Valkeinen | |
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |