Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | fbs: use std::array and .at() | Tomi Valkeinen | |
Use std::array and .at() to get bounds checking. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2019-11-18 | fbs: check params and ensure drmModeAddFB2 is passed correctly sized arrays | Tomi Valkeinen | |
Check that parameter vectors are of the same size, and match the number of planes. Extend the vectors to 4, as drmModeAddFB2() expects to get arrays of 4 elements. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reported-by: Matt Hoosier <matt.hoosier@garmin.com> | |||
2019-11-06 | fb: add begin_cpu_access & end_cpu_access | Tomi Valkeinen | |
2019-11-06 | Split dmabuf support from ExtFramebuffer into DmabufFramebuffer | Tomi Valkeinen | |
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |