Hi,
On 11 July 2015 at 01:58, Bryce Harrington wrote:
> On Mon, Jun 22, 2015 at 05:25:09PM +0100, Daniel Stone wrote:
>> + ret = drmModeConnectorSetProperty(c->drm.fd, output->connector_id,
>> + output->dpms_prop->prop_id, level);
>> + if (ret) {
>
>
On Mon, Jun 22, 2015 at 05:25:09PM +0100, Daniel Stone wrote:
> Track the current DPMS level for any given output, and track failure (or
> otherwise) of the DPMS-setting property call.
>
> Signed-off-by: Daniel Stone
> ---
> src/compositor-drm.c | 14 --
> 1 file changed, 12 insertio
Track the current DPMS level for any given output, and track failure (or
otherwise) of the DPMS-setting property call.
Signed-off-by: Daniel Stone
---
src/compositor-drm.c | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/compositor-drm.c b/src/compositor-dr