[PATCH] drm: Lighten sysfs connector 'status'

2015-03-06 Thread Daniel Vetter
On Fri, Mar 06, 2015 at 08:58:40AM -0500, Alex Deucher wrote: > On Fri, Mar 6, 2015 at 7:36 AM, Chris Wilson > wrote: > > Since the beginning, sysfs/connector/status has done a heavyweight > > detection of the current connector status. But no user, such as upowerd > > or logind, has ever desired

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-06 Thread David Herrmann
Hi On Fri, Mar 6, 2015 at 1:36 PM, Chris Wilson wrote: > Since the beginning, sysfs/connector/status has done a heavyweight > detection of the current connector status. But no user, such as upowerd > or logind, has ever desired to initiate a probe. Move the probing into a > new attribute so

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-06 Thread Chris Wilson
Since the beginning, sysfs/connector/status has done a heavyweight detection of the current connector status. But no user, such as upowerd or logind, has ever desired to initiate a probe. Move the probing into a new attribute so that existing readers get the behaviour they desire. v2: David

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-06 Thread Alex Deucher
On Fri, Mar 6, 2015 at 7:36 AM, Chris Wilson wrote: > Since the beginning, sysfs/connector/status has done a heavyweight > detection of the current connector status. But no user, such as upowerd > or logind, has ever desired to initiate a probe. Move the probing into a > new attribute so that

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-05 Thread Daniel Vetter
On Thu, Mar 05, 2015 at 09:50:31AM +, Chris Wilson wrote: > On Thu, Mar 05, 2015 at 09:45:41AM +, Chris Wilson wrote: > > Since the beginning, sysfs/connector/status has done a heavyweight > > detection of the current connector status. But no user, such as upowerd > > or logind, has ever

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-05 Thread Chris Wilson
On Thu, Mar 05, 2015 at 09:45:41AM +, Chris Wilson wrote: > Since the beginning, sysfs/connector/status has done a heavyweight > detection of the current connector status. But no user, such as upowerd > or logind, has ever desired to initiate a probe. Move the probing into a > new attribute so

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-05 Thread Chris Wilson
Since the beginning, sysfs/connector/status has done a heavyweight detection of the current connector status. But no user, such as upowerd or logind, has ever desired to initiate a probe. Move the probing into a new attribute so that existing readers get the behaviour they desire. v2: David

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-04 Thread Chris Wilson
Since the beginning, sysfs/connector/status has done a heavyweight detection of the current connector status. But no user, such as upowerd or logind, has ever desired to initiate a probe. Move the probing into a new attribute so that existing users get the behaviour they desire. Signed-off-by:

[PATCH] drm: Lighten sysfs connector 'status'

2015-03-04 Thread Alex Deucher
On Wed, Mar 4, 2015 at 10:25 AM, Chris Wilson wrote: > Since the beginning, sysfs/connector/status has done a heavyweight > detection of the current connector status. But no user, such as upowerd > or logind, has ever desired to initiate a probe. Move the probing into a > new attribute so that