index
:
renesas/kmsxx.git
crc
master
omap/cache
swsync
writeback
kmsxx, cloned from https://github.com/tomba/kmsxx
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2015-10-01
Add Crtc::page_flip()
Tomi Valkeinen
2015-10-01
cmake: add (commented out) lines for static libc
Tomi Valkeinen
2015-10-01
Relax cmake minumum version to 2.8 from 3.0. Seems to work fine.
Jyri Sarha
2015-10-01
If no universal planes, plane_type() returns always PlaneType::Overlay.
Jyri Sarha
2015-10-01
Add has_has_universal_planes().
Jyri Sarha
2015-09-30
Merge branch 'master' of git://github.com/jsarha/kmsxx
Tomi Valkeinen
2015-09-30
Add std::string support to swig for lua and python.
Jyri Sarha
2015-09-30
Add Connector::get_mode(const std::string &mode), remove const char * variant
Jyri Sarha
2015-09-30
There is no need to convert exception strings to .c_str().
Jyri Sarha
2015-09-30
Add rest of missing Card exceptions.
Jyri Sarha
2015-09-30
TODO additions
Tomi Valkeinen
2015-09-29
Proper exception strings to Card::Card()
Jyri Sarha
2015-09-29
Proper exception string to DrmObject::get_prop_value()
Jyri Sarha
2015-09-29
Make Connector::connected() const
Jyri Sarha
Signed-off-by: Jyri Sarha <jsarha@ti.com>
2015-09-29
Add get_mode(const char *mode) to Connector class.
Jyri Sarha
2015-09-28
Add Card::get_connected_pipelines()
Tomi Valkeinen
2015-09-28
db: refactor flip code
Tomi Valkeinen
2015-09-28
card: use std namespace
Tomi Valkeinen
2015-09-28
move test.h to test/
Tomi Valkeinen
2015-09-28
move db and testpat to tests/
Tomi Valkeinen
2015-09-28
TODO: add YUV bug
Tomi Valkeinen
2015-09-28
add TODO
Tomi Valkeinen
2015-09-28
db: use atomic pageflip
Tomi Valkeinen
2015-09-28
testpat: fix printing of time
Tomi Valkeinen
2015-09-28
fix functest.py
Tomi Valkeinen
2015-09-28
Initial version
Tomi Valkeinen