Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-04 | Videomode: add helpers | Tomi Valkeinen | |
2016-06-04 | Property: add getters | Tomi Valkeinen | |
2016-06-04 | Encoder: add DPMST type | Tomi Valkeinen | |
2016-06-04 | Connector: hack fix EDID blob ID | Tomi Valkeinen | |
2016-05-30 | AtomicReq: support 'allow_modeset' | Tomi Valkeinen | |
2016-05-27 | Crtc: fix get_primary_plane | Tomi Valkeinen | |
2016-05-27 | Crtc: fix throw message | Tomi Valkeinen | |
2016-05-27 | Add Videomode::to_blob() | Tomi Valkeinen | |
2016-05-27 | AtomicReq: add helper to add multiple props | Tomi Valkeinen | |
2016-05-27 | add missing idx for Plane & Encoder | Tomi Valkeinen | |
2016-05-25 | Add support for DRM blobs | Tomi Valkeinen | |
2016-05-25 | Split properties from DrmObject into DrmPropObject | Tomi Valkeinen | |
2016-05-23 | Cleanup AtomicReq::commit | Tomi Valkeinen | |
2016-05-23 | Remove swig helpers | Tomi Valkeinen | |
2016-05-23 | Add Crtc::get_primary_plane | Tomi Valkeinen | |
2016-05-18 | fb: fix a few wrong types | Tomi Valkeinen | |
2016-05-16 | kmsxx: add modedb | Tomi Valkeinen | |
2016-04-25 | Videomode is a struct, not class, so declare it as one | Tomi Valkeinen | |
2016-04-12 | atomicreq: add commit_sync() | Tomi Valkeinen | |
2016-03-26 | add ExtFramebuffer ctr for fds | Tomi Valkeinen | |
2016-03-26 | card: add drop_master | Tomi Valkeinen | |
2016-03-24 | fix a few cppcheck warnings | Tomi Valkeinen | |
2016-03-24 | clean up code formatting | Tomi Valkeinen | |
2016-03-18 | libkmstest: remove dependency to libdrm | Tomi Valkeinen | |
2016-03-17 | AtomicReq: add sync commit | Tomi Valkeinen | |
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-08 | crtc: add disable_plane() | Tomi Valkeinen | |
2016-03-08 | add ob::set_prop_value() | 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 | libkms: fix Connector::get_default_mode when no modes | 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-26 | DumbFB: don't unmap if not mapped | 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 | 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. | |||
2015-11-11 | card: fix has_atomic if libdrm does not have atomic support | Tomi Valkeinen | |
If libdrm was missing DRM_CLIENT_CAP_ATOMIC, but the driver still supported atomic modesetting, m_has_atomic was set to true. The end result was that test apps thought they can use atomic modesetting, but it wasn't functional in the libkmsxx. | |||
2015-11-11 | AtomicReq: use nonblocking commit | Tomi Valkeinen | |
2015-11-06 | pixelformat: add undefined | Tomi Valkeinen | |
2015-11-06 | dumbfb: improve exception texts | Tomi Valkeinen | |
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-11-06 | card: use object vectors | Tomi Valkeinen | |