]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/log
android/external-libkmsxx.git
8 years agosave & restore mode
Tomi Valkeinen [Fri, 2 Oct 2015 20:23:54 +0000 (23:23 +0300)]
save & restore mode

8 years agouse friend class and hide methods
Tomi Valkeinen [Sat, 3 Oct 2015 08:27:26 +0000 (11:27 +0300)]
use friend class and hide methods

8 years agoAdd DrmObject::set_id()
Tomi Valkeinen [Sat, 3 Oct 2015 14:45:41 +0000 (17:45 +0300)]
Add DrmObject::set_id()

8 years agolibkmstest: cleanup headers
Tomi Valkeinen [Fri, 2 Oct 2015 19:19:51 +0000 (22:19 +0300)]
libkmstest: cleanup headers

8 years agolibkmstest: move color bar code to libkmstest
Tomi Valkeinen [Fri, 2 Oct 2015 19:03:51 +0000 (22:03 +0300)]
libkmstest: move color bar code to libkmstest

8 years agolibkmstest: add FAIL_IF()
Tomi Valkeinen [Fri, 2 Oct 2015 18:34:38 +0000 (21:34 +0300)]
libkmstest: add FAIL_IF()

8 years agoAdd ExtFramebuffer
Tomi Valkeinen [Fri, 2 Oct 2015 18:27:55 +0000 (21:27 +0300)]
Add ExtFramebuffer

Add ExtFramebuffer for cases where the buffer have been allocated
externally.

8 years agoAdd DumbFramebuffer
Tomi Valkeinen [Fri, 2 Oct 2015 18:27:43 +0000 (21:27 +0300)]
Add DumbFramebuffer

Move the current Framebuffer to DumbFramebuffer, and make a simple
Framebuffer as its super class.

8 years agomove test.h to libkmstest
Tomi Valkeinen [Thu, 1 Oct 2015 18:49:43 +0000 (21:49 +0300)]
move test.h to libkmstest

8 years agomove test utils to libkmstest library
Tomi Valkeinen [Thu, 1 Oct 2015 18:44:49 +0000 (21:44 +0300)]
move test utils to libkmstest library

8 years agofb: remove unneeded #include
Tomi Valkeinen [Thu, 1 Oct 2015 18:26:57 +0000 (21:26 +0300)]
fb: remove unneeded #include

8 years agoAllow disabling universal planes with LIBKMSXX_DISABLE_UNIVERSAL_PLANES
Tomi Valkeinen [Thu, 1 Oct 2015 16:42:13 +0000 (19:42 +0300)]
Allow disabling universal planes with LIBKMSXX_DISABLE_UNIVERSAL_PLANES

8 years agoadd README
Tomi Valkeinen [Thu, 1 Oct 2015 08:40:36 +0000 (11:40 +0300)]
add README

8 years agoadd options to turn off py/lua build
Tomi Valkeinen [Wed, 30 Sep 2015 19:38:28 +0000 (22:38 +0300)]
add options to turn off py/lua build

8 years agoMake Encoder:get_crtc() return 0 if no crtc
Tomi Valkeinen [Wed, 30 Sep 2015 18:50:14 +0000 (21:50 +0300)]
Make Encoder:get_crtc() return 0 if no crtc

8 years agoAllow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC
Tomi Valkeinen [Wed, 30 Sep 2015 14:49:37 +0000 (17:49 +0300)]
Allow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC

8 years agoAdd Crtc::page_flip()
Tomi Valkeinen [Tue, 29 Sep 2015 19:40:44 +0000 (22:40 +0300)]
Add Crtc::page_flip()

8 years agocmake: add (commented out) lines for static libc
Tomi Valkeinen [Wed, 30 Sep 2015 10:43:35 +0000 (13:43 +0300)]
cmake: add (commented out) lines for static libc

8 years agoRelax cmake minumum version to 2.8 from 3.0. Seems to work fine.
Jyri Sarha [Thu, 1 Oct 2015 09:52:09 +0000 (12:52 +0300)]
Relax cmake minumum version to 2.8 from 3.0. Seems to work fine.

8 years agoIf no universal planes, plane_type() returns always PlaneType::Overlay.
Jyri Sarha [Thu, 1 Oct 2015 09:27:12 +0000 (12:27 +0300)]
If no universal planes, plane_type() returns always PlaneType::Overlay.

8 years agoAdd has_has_universal_planes().
Jyri Sarha [Thu, 1 Oct 2015 09:20:47 +0000 (12:20 +0300)]
Add has_has_universal_planes().

8 years agoMerge branch 'master' of git://github.com/jsarha/kmsxx
Tomi Valkeinen [Wed, 30 Sep 2015 14:02:35 +0000 (17:02 +0300)]
Merge branch 'master' of git://github.com/jsarha/kmsxx

8 years agoAdd std::string support to swig for lua and python.
Jyri Sarha [Wed, 30 Sep 2015 11:34:52 +0000 (14:34 +0300)]
Add std::string support to swig for lua and python.

8 years agoAdd Connector::get_mode(const std::string &mode), remove const char * variant
Jyri Sarha [Wed, 30 Sep 2015 08:40:11 +0000 (11:40 +0300)]
Add Connector::get_mode(const std::string &mode), remove const char * variant

8 years agoThere is no need to convert exception strings to .c_str().
Jyri Sarha [Tue, 29 Sep 2015 17:41:19 +0000 (20:41 +0300)]
There is no need to convert exception strings to .c_str().

8 years agoAdd rest of missing Card exceptions.
Jyri Sarha [Tue, 29 Sep 2015 17:38:53 +0000 (20:38 +0300)]
Add rest of missing Card exceptions.

8 years agoTODO additions
Tomi Valkeinen [Wed, 30 Sep 2015 08:54:27 +0000 (11:54 +0300)]
TODO additions

8 years agoProper exception strings to Card::Card()
Jyri Sarha [Tue, 29 Sep 2015 09:15:29 +0000 (12:15 +0300)]
Proper exception strings to Card::Card()

8 years agoProper exception string to DrmObject::get_prop_value()
Jyri Sarha [Tue, 29 Sep 2015 09:04:45 +0000 (12:04 +0300)]
Proper exception string to DrmObject::get_prop_value()

8 years agoMake Connector::connected() const
Jyri Sarha [Tue, 29 Sep 2015 08:49:30 +0000 (11:49 +0300)]
Make Connector::connected() const

Signed-off-by: Jyri Sarha <jsarha@ti.com>
8 years agoAdd get_mode(const char *mode) to Connector class.
Jyri Sarha [Tue, 29 Sep 2015 06:33:26 +0000 (09:33 +0300)]
Add get_mode(const char *mode) to Connector class.

8 years agoAdd Card::get_connected_pipelines()
Tomi Valkeinen [Mon, 28 Sep 2015 14:59:52 +0000 (17:59 +0300)]
Add Card::get_connected_pipelines()

8 years agodb: refactor flip code
Tomi Valkeinen [Mon, 28 Sep 2015 20:24:52 +0000 (23:24 +0300)]
db: refactor flip code

8 years agocard: use std namespace
Tomi Valkeinen [Mon, 28 Sep 2015 17:56:02 +0000 (20:56 +0300)]
card: use std namespace

8 years agomove test.h to test/
Tomi Valkeinen [Mon, 28 Sep 2015 18:59:57 +0000 (21:59 +0300)]
move test.h to test/

8 years agomove db and testpat to tests/
Tomi Valkeinen [Mon, 28 Sep 2015 18:59:29 +0000 (21:59 +0300)]
move db and testpat to tests/

8 years agoTODO: add YUV bug
Tomi Valkeinen [Mon, 28 Sep 2015 08:23:29 +0000 (11:23 +0300)]
TODO: add YUV bug

8 years agoadd TODO
Tomi Valkeinen [Mon, 28 Sep 2015 07:23:05 +0000 (10:23 +0300)]
add TODO

8 years agodb: use atomic pageflip
Tomi Valkeinen [Mon, 28 Sep 2015 07:02:10 +0000 (10:02 +0300)]
db: use atomic pageflip

8 years agotestpat: fix printing of time
Tomi Valkeinen [Mon, 28 Sep 2015 06:28:39 +0000 (09:28 +0300)]
testpat: fix printing of time

8 years agofix functest.py
Tomi Valkeinen [Mon, 28 Sep 2015 06:10:14 +0000 (09:10 +0300)]
fix functest.py

8 years agoInitial version
Tomi Valkeinen [Sun, 27 Sep 2015 22:13:34 +0000 (01:13 +0300)]
Initial version