Re: [PATCH weston v4 1/3] compositor: If the output is inhibited, don't idle it off

2016-08-16 Thread Bryce Harrington
On Tue, Aug 16, 2016 at 09:51:01AM -0500, Derek Foreman wrote: > On 15/08/16 09:33 PM, Bryce Harrington wrote: > > On Mon, Aug 15, 2016 at 06:57:52PM -0500, Derek Foreman wrote: > >> On 10/08/16 07:25 PM, Bryce Harrington wrote: > >>> Adds a helper routine weston_output_inhibited_outputs() which

Re: [PATCH weston v4 1/3] compositor: If the output is inhibited, don't idle it off

2016-08-16 Thread Derek Foreman
On 15/08/16 09:33 PM, Bryce Harrington wrote: > On Mon, Aug 15, 2016 at 06:57:52PM -0500, Derek Foreman wrote: >> On 10/08/16 07:25 PM, Bryce Harrington wrote: >>> Adds a helper routine weston_output_inhibited_outputs() which returns a >>> mask of outputs that should inhibit screen idling. >>> >>>

Re: [PATCH weston v4 1/3] compositor: If the output is inhibited, don't idle it off

2016-08-15 Thread Bryce Harrington
On Mon, Aug 15, 2016 at 06:57:52PM -0500, Derek Foreman wrote: > On 10/08/16 07:25 PM, Bryce Harrington wrote: > > Adds a helper routine weston_output_inhibited_outputs() which returns a > > mask of outputs that should inhibit screen idling. > > > > Use this routine to check for inhibiting

Re: [PATCH weston v4 1/3] compositor: If the output is inhibited, don't idle it off

2016-08-15 Thread Derek Foreman
On 10/08/16 07:25 PM, Bryce Harrington wrote: > Adds a helper routine weston_output_inhibited_outputs() which returns a > mask of outputs that should inhibit screen idling. > > Use this routine to check for inhibiting outputs for handling of idle > behaviors in core: In sleep mode, only halt

[PATCH weston v4 1/3] compositor: If the output is inhibited, don't idle it off

2016-08-10 Thread Bryce Harrington
Adds a helper routine weston_output_inhibited_outputs() which returns a mask of outputs that should inhibit screen idling. Use this routine to check for inhibiting outputs for handling of idle behaviors in core: In sleep mode, only halt repainting outputs that don't have valid inhibits. Don't