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
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