Re: [PATCH] compositor-drm: Define DPMS property as an enum

2018-07-09 Thread Pekka Paalanen
On Fri, 6 Jul 2018 11:36:49 +0100 Daniel Stone wrote: > The DPMS connector property is an enum property in KMS, which made our > property handling complain at startup as we weren't defining its enums. > Fix our definition so we parse the enum values. > > The only user of the property is the leg

[PATCH] compositor-drm: Define DPMS property as an enum

2018-07-06 Thread Daniel Stone
The DPMS connector property is an enum property in KMS, which made our property handling complain at startup as we weren't defining its enums. Fix our definition so we parse the enum values. The only user of the property is the legacy path, which can continue using fixed values as those values are