[RFC][PATCH 0/2] libdrm: Atomic mode setting stuff

2012-05-25 Thread ville.syrj...@linux.intel.com
Here's the libdrm part of the atomic mode setting stuff. There's a new object I christened drmModePropertySet. It's an opaque object which is used to keep track of property changes for the user. Internally it's just a linked list of object_id/property_id/property_value tuples. The list is sorted b

[RFC][PATCH 0/2] libdrm: Atomic mode setting stuff

2012-05-25 Thread ville . syrjala
Here's the libdrm part of the atomic mode setting stuff. There's a new object I christened drmModePropertySet. It's an opaque object which is used to keep track of property changes for the user. Internally it's just a linked list of object_id/property_id/property_value tuples. The list is sorted b