Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | AtomicReq: add sync commit | Tomi Valkeinen | |
2016-03-17 | Use globbing to add .py test files | Tomi Valkeinen | |
2016-03-16 | tests: kmscapture: simple v4l2 capture test tool | Peter Ujfalusi | |
Simple tool on top of libkms to display video from attached V4L cameras. w/o parameter the kmscapture will try to use all cameras. With -s/--single cmd line parameter it can be forced to open only /dev/video0. The camera resolution is chosen based on the screen resolution, number of cameras and the supported resolutions by the camera itself. By default the buffer is provided by DRM. This can be changed with the --buffer-type=v4l, so the buffer is provided by the V4L layer. | |||
2016-03-16 | dumbframebuffer: fix throw linefeed in in prime_fd | Peter Ujfalusi | |
2016-03-16 | add public PixelFormatInfo | Tomi Valkeinen | |
2016-03-15 | Add IMappedFramebuffer and remove MappedBuffer | Tomi Valkeinen | |
2016-03-11 | kmsview: scale down to fit into screen | Tomi Valkeinen | |
2016-03-11 | kmsview: support multiple planes | Tomi Valkeinen | |
2016-03-11 | kmsview: show multiple frames | Tomi Valkeinen | |
2016-03-08 | libkmstest: color & draw_rect | Tomi Valkeinen | |
2016-03-08 | py improvements | Tomi Valkeinen | |
2016-03-08 | crtc: add disable_plane() | Tomi Valkeinen | |
2016-03-08 | fbtestpat: fix stride | Tomi Valkeinen | |
2016-03-08 | add ob::set_prop_value() | Tomi Valkeinen | |
2016-03-08 | add *.patch to gitignore | Tomi Valkeinen | |
2016-02-15 | kmscube: fix atomic FB_ID set for crtc | Tomi Valkeinen | |
2016-02-15 | db: fix atomic FB_ID set for crtc | Tomi Valkeinen | |
2016-02-07 | add fbtestpat | Tomi Valkeinen | |
2016-02-07 | add MappedBuffer & co | Tomi Valkeinen | |
2016-01-22 | Add definition to DRM_CLIENT_CAP_ATOMIC undef case | Alejandro Hernandez | |
This patch adds a missing DRM_MODE_ATOMIC_NONBLOCK definiton for cases were the kernel supports atomic modesetting but the libdrm version used does not. Without this patch a "'DRM_MODE_ATOMIC_NONBLOCK' was not declared in this scope" error is seen when trying compile the library Signed-off-by: Alejandro Hernandez <ajhernandez@ti.com> | |||
2016-01-12 | testpat: show video mode Hz | Tomi Valkeinen | |
2016-01-12 | libkms: fix Connector::get_default_mode when no modes | Tomi Valkeinen | |
2016-01-12 | db: use the configured mode, not default | Tomi Valkeinen | |
2016-01-12 | testpat: support interlace | Tomi Valkeinen | |
2016-01-12 | libkms: add 'ilace' param for Connector::get_mode() | Tomi Valkeinen | |
2016-01-12 | DumbFB: fix dumb buffer alloc for omap NV12 | Tomi Valkeinen | |
Dividing the bitspp with xsub works better than dividing the width, as otherwise the buffer stride will get aligned easily quite a bit. This is somewhat OMAP specific fix/work-around, but then, it's not clear how NV12 buffer sizes should be calculated anyway. | |||
2015-11-30 | README: add notes about test tools | Tomi Valkeinen | |
2015-11-30 | remove lua bindings | Tomi Valkeinen | |
2015-11-30 | README: add LIBKMS_ENABLE_KMSCUBE | Tomi Valkeinen | |
2015-11-26 | remove the old cmdoptions.h | Tomi Valkeinen | |
2015-11-26 | kmsprint: use the new option parser | Tomi Valkeinen | |
2015-11-26 | testpat: big rewrite | Tomi Valkeinen | |
2015-11-26 | libkmstest: add Option & OptionSet | Tomi Valkeinen | |
2015-11-26 | DumbFB: don't unmap if not mapped | Tomi Valkeinen | |
2015-11-18 | Merge branch 'kmscube' | Tomi Valkeinen | |
2015-11-18 | Add kmscube | Tomi Valkeinen | |
2015-11-18 | kmstest: remove unused color_convert | Tomi Valkeinen | |
2015-11-18 | fix pykms | Tomi Valkeinen | |
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-13 | Connector: prettier connector names | Tomi Valkeinen | |
2015-11-13 | Connector: add get_mode(xres, yres, refresh) | Tomi Valkeinen | |
2015-11-13 | Videomode cleanup | Tomi Valkeinen | |
2015-11-13 | libkmstest: disable draw perf prints | Tomi Valkeinen | |
2015-11-13 | libkmstest: add EXIT() | Tomi Valkeinen | |
2015-11-13 | libkmstest: add FAIL() | Tomi Valkeinen | |
2015-11-13 | dumbfb: move prime_fd() and fix its return type | Tomi Valkeinen | |
2015-11-13 | dumbfb: lazy mmap | Tomi Valkeinen | |
2015-11-13 | connector: consider UNKNOWNCONNECTION as connected | Tomi Valkeinen | |
2015-11-12 | libkms++: dumbframebuffer: Get file descriptor for the FB | Peter Ujfalusi | |
v4l linux needs file descriptor instead of handle. |