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
path:
root
/
libkms++
/
card.cpp
Age
Commit message (
Expand
)
Author
2015-11-18
Card: support opening specific drm device
Tomi Valkeinen
2015-11-18
Fb: collect fbs and destroy them in card's destructor
Tomi Valkeinen
2015-11-11
card: fix has_atomic if libdrm does not have atomic support
Tomi Valkeinen
2015-11-06
remove print_short
Tomi Valkeinen
2015-11-06
card: use object vectors
Tomi Valkeinen
2015-11-06
card: use vectors with get_xxxs() methods
Tomi Valkeinen
2015-11-06
card: collect obs to vectors
Tomi Valkeinen
2015-11-06
card: add get_plane()
Tomi Valkeinen
2015-11-06
card: add get_crtcs()
Tomi Valkeinen
2015-10-26
add Card::get_connector(id)
Tomi Valkeinen
2015-10-07
Fix exception string.
Jyri Sarha
2015-10-03
add PageFlipHandler
Tomi Valkeinen
2015-10-03
card: use string for get_prop()
Tomi Valkeinen
2015-10-03
save & restore mode
Tomi Valkeinen
2015-10-01
Allow disabling universal planes with LIBKMSXX_DISABLE_UNIVERSAL_PLANES
Tomi Valkeinen
2015-10-01
Allow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC
Tomi Valkeinen
2015-10-01
Add has_has_universal_planes().
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-29
Proper exception strings to Card::Card()
Jyri Sarha
2015-09-28
Add Card::get_connected_pipelines()
Tomi Valkeinen
2015-09-28
card: use std namespace
Tomi Valkeinen
2015-09-28
Initial version
Tomi Valkeinen