Commit Graph

4 Commits (91cd3e3c097d581ea75ec4bcbc1ba8d23b471a2e)

Author SHA1 Message Date
Dave Airlie 91cd3e3c09 modesetting API change for removing mode ids and making modes per output.
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-12-03 15:30:05 +10:00
Dave Airlie b3af2b59a7 drm/modesetting: add initial gettable properites code.
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-27 14:31:02 +10:00
Dave Airlie d275bb8fb8 tests: update for new drm interface 2007-11-15 16:51:15 +11:00
Jakob Bornecrantz 2a2d02bbc5 Added small modesetting test 2007-09-24 14:53:10 +02:00