| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add support for more pixel formats | Tomi Valkeinen | 2019-04-09 | 2 | -16/+56 |
| * | card: another try with card constructors | Tomi Valkeinen | 2019-01-17 | 4 | -25/+25 |
| * | card: add has_kms() | Tomi Valkeinen | 2019-01-17 | 2 | -2/+7 |
| * | card: use glob() to look for card files | Tomi Valkeinen | 2019-01-17 | 1 | -18/+31 |
| * | card: add open_modesetting_card() | Tomi Valkeinen | 2019-01-14 | 2 | -0/+23 |
| * | card: don't throw if no dumb buffers | Tomi Valkeinen | 2019-01-14 | 2 | -2/+3 |
| * | card: don't throw when no resources | Tomi Valkeinen | 2019-01-14 | 1 | -30/+30 |
| * | Card: improve DRM card selection | Tomi Valkeinen | 2019-01-14 | 2 | -7/+88 |
| * | Card: add support to get the driver name | Tomi Valkeinen | 2019-01-14 | 2 | -0/+18 |
| * | card: cleanup fd usage | Tomi Valkeinen | 2019-01-14 | 1 | -2/+2 |
| * | Add AR12 & AR15 support | Tomi Valkeinen | 2018-10-17 | 2 | -0/+6 |
| * | Add include of <cerrno> to various files | Andrew F. Davis | 2018-09-28 | 3 | -0/+4 |
| * | kmstest: give an error if master permissions could not be set | Tomi Valkeinen | 2018-09-10 | 2 | -3/+4 |
| * | connector: add connector_status() | Tomi Valkeinen | 2018-08-28 | 2 | -0/+21 |
| * | drmpropobject: add set_prop_value(Property* prop, uint64_t value) | Tomi Valkeinen | 2018-06-29 | 2 | -0/+6 |
| * | Add DPI encoder | Tomi Valkeinen | 2018-04-02 | 1 | -0/+1 |
| * | Crtc: add set_mode() which doesn't take a fb | Tomi Valkeinen | 2017-10-20 | 2 | -0/+23 |
| * | Connector: improve get_mode(string) | Tomi Valkeinen | 2017-10-20 | 1 | -4/+17 |
| * | Card: add disable_all() | Tomi Valkeinen | 2017-10-20 | 2 | -0/+22 |
| * | Videomode: add to_string() | Tomi Valkeinen | 2017-10-20 | 2 | -0/+13 |
| * | Rework framebuffer classes | Tomi Valkeinen | 2017-10-03 | 10 | -71/+28 |
| * | card: fix compile warning | Tomi Valkeinen | 2017-10-03 | 1 | -5/+3 |
| * | add ExtFramebuffer::prime_fd | Tomi Valkeinen | 2017-10-03 | 2 | -0/+11 |
| * | omapfb: add flags for memory alloc | Tomi Valkeinen | 2017-05-30 | 2 | -0/+12 |
| * | omapfb: add enum Flags for OmapFB | Tomi Valkeinen | 2017-05-30 | 2 | -9/+15 |
| * | omapfb: add TILER support | Tomi Valkeinen | 2017-05-24 | 2 | -17/+61 |
| * | connector: add DPI connector type | Tomi Valkeinen | 2017-04-27 | 1 | -0/+4 |
| * | Return primary plane already associated with the CRTC if it exists | Laurent Pinchart | 2017-04-21 | 1 | -1/+9 |
| * | plane: add get_possible_crtcs() | Tomi Valkeinen | 2017-03-13 | 2 | -0/+26 |
| * | omapfb: add constructor with fourcc | Tomi Valkeinen | 2017-02-10 | 2 | -0/+6 |
| * | ExtFb: pass params in vectors | Tomi Valkeinen | 2017-02-10 | 2 | -6/+6 |
| * | improve ExtFb | Tomi Valkeinen | 2017-02-10 | 2 | -7/+81 |
| * | ExtFb: remove legacy constructor | Tomi Valkeinen | 2017-02-10 | 2 | -12/+0 |
| * | PlaneType to bitmask | Tomi Valkeinen | 2017-02-10 | 2 | -6/+16 |
| * | mappedframebuffer.h: add missing include | Tomi Valkeinen | 2017-02-10 | 1 | -0/+2 |
| * | Add refresh() to connector, crtc and encoder | Tomi Valkeinen | 2017-01-25 | 6 | -1/+37 |
| * | crtc: add disable_mode() | Tomi Valkeinen | 2016-12-20 | 2 | -0/+6 |
| * | Add OmapCard and OmapFramebuffer | Tomi Valkeinen | 2016-11-21 | 6 | -1/+245 |
| * | Add MappedFramebuffer | Tomi Valkeinen | 2016-11-21 | 5 | -3/+46 |
| * | dumbfb: pass O_RDWR to drmPrimeHandleToFD() | Tomi Valkeinen | 2016-11-03 | 1 | -1/+1 |
| * | modedb_dmt: update table | Tomi Valkeinen | 2016-10-11 | 1 | -393/+187 |
| * | kms++: add videomode_from_cvt() | Tomi Valkeinen | 2016-10-11 | 2 | -0/+164 |
| * | Add comment about ilace | Tomi Valkeinen | 2016-10-11 | 1 | -0/+1 |
| * | Improve mode finding | Tomi Valkeinen | 2016-09-29 | 3 | -3/+39 |
| * | Card: virtual destructor | Tomi Valkeinen | 2016-09-27 | 1 | -1/+1 |
| * | Improve struct Videomode | Tomi Valkeinen | 2016-09-26 | 2 | -3/+98 |
| * | Fix error prints | Tomi Valkeinen | 2016-09-01 | 1 | -2/+2 |
| * | AtomicReq: add add_display() helper | Tomi Valkeinen | 2016-08-15 | 2 | -0/+28 |
| * | support finding fractional vrefresh | Tomi Valkeinen | 2016-08-15 | 4 | -15/+17 |
| * | modedb: fix vrefresh for ilace | Tomi Valkeinen | 2016-08-15 | 2 | -3/+4 |
