Re: [PATCH v2 weston 04/16] compositor-drm: Record current DPMS level

2015-07-16 Thread Daniel Stone
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) { > >

Re: [PATCH v2 weston 04/16] compositor-drm: Record current DPMS level

2015-07-10 Thread Bryce Harrington
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

[PATCH v2 weston 04/16] compositor-drm: Record current DPMS level

2015-06-22 Thread Daniel Stone
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