Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | Crtc: add set_mode() which doesn't take a fb | Tomi Valkeinen | |
2017-04-21 | Return primary plane already associated with the CRTC if it exists | Laurent Pinchart | |
The Crtc::get_primary_plane() method returns the first primary plane that supports the CRTC. While being correct, this could lead to multiple primary planes being associated with the CRTC, which can confuse applications. To avoid that, return insead the primary plane already associated with the CRTC if one exists, otherwise keep the current behaviour. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2017-01-25 | Add refresh() to connector, crtc and encoder | Tomi Valkeinen | |
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-12-20 | crtc: add disable_mode() | Tomi Valkeinen | |
Add crtc::disable_mode() for disabling the crtc. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |