Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-13 | Revert "After the previous revert fix libdrm to start at minor 1" | Dave Airlie | |
This reverts commit f51dc37d75b0b1b8e5636f8f2c201e29986517ea. Conflicts: tests/modedemo/demo.c | |||
2008-02-07 | After the previous revert fix libdrm to start at minor 1 | Alan Hourihane | |
and fixup the demos | |||
2008-02-05 | make modefb/modedemo match each others test output. | Alan Hourihane | |
2008-01-11 | Added fixed misc framebuffer problems | Jakob Bornecrantz | |
2008-01-10 | Updated test mode and added modedemo | Jakob Bornecrantz | |
2007-12-18 | remove output names | Dave Airlie | |
2007-12-11 | modesetting: fixup property setting and add connector property | Dave Airlie | |
2007-12-11 | modesetting: add dpms property and initial settable property ioctl | Dave Airlie | |
2007-12-06 | add property blobs and edid reporting support | Dave Airlie | |
2007-12-05 | arrgggh.. make all ioctl structs 32/64-bit compatible hopefully. | Dave Airlie | |
This also starts to add blob property support. someone needs to check this work for other things like ppc/x86 alignment diffs | |||
2007-12-03 | finish of mode add/remove, just have attach/detach modes | Dave Airlie | |
2007-12-03 | modesetting API change for removing mode ids and making modes per output. | Dave Airlie | |
so really want to get a list of modes per output not the global hammer list. also we remove the mode ids and let the user pass back the full mode description need to fix up add/remove mode for user modes now | |||
2007-11-27 | drm/modesetting: add initial gettable properites code. | Dave Airlie | |
This allow the user to retrieve a list of properties for an output. Properties can either be 32-bit values or an enum with an associated name. Range properties are to be supported. This API is probably not all correct, I may make properties part of the general resource get when I think about it some more. So basically you can create properties and attached them to whatever outputs you want, so it should be possible to create some generics and just attach them to every output. | |||
2007-11-15 | tests: update for new drm interface | Dave Airlie | |
2007-09-24 | Added small modesetting test | Jakob Bornecrantz | |