Re: [PATCH weston v10 19/61] compositor-drm: Add DRM property cache

2017-04-10 Thread Pekka Paalanen
On Tue, 4 Apr 2017 17:54:37 +0100 Daniel Stone wrote: > Add a cache for DRM property IDs and values, and use it for the two > connector properties we currently update: DPMS and EDID. > > As DRM property ID values are not stable, we need to do a name -> ID > lookup each run in order to discover

[PATCH weston v10 19/61] compositor-drm: Add DRM property cache

2017-04-04 Thread Daniel Stone
Add a cache for DRM property IDs and values, and use it for the two connector properties we currently update: DPMS and EDID. As DRM property ID values are not stable, we need to do a name -> ID lookup each run in order to discover the property IDs and enum values to use for those properties. Rathe