Re: [Intel-gfx] [PATCH 4/4] drm/i915: update dpms property in set_mode

2012-09-14 Thread Daniel Vetter
On Thu, Sep 13, 2012 at 01:42:01PM -0700, Jesse Barnes wrote: > On Thu, 6 Sep 2012 22:08:35 +0200 > Daniel Vetter wrote: > > > Hopefully this makes userspace slightly less confused about us > > frobbing the dpms state behind its back. Yeah, it would be better > > to be more careful with not chan

Re: [Intel-gfx] [PATCH 4/4] drm/i915: update dpms property in set_mode

2012-09-13 Thread Jesse Barnes
On Thu, 6 Sep 2012 22:08:35 +0200 Daniel Vetter wrote: > Hopefully this makes userspace slightly less confused about us > frobbing the dpms state behind its back. Yeah, it would be better > to be more careful with not changing the dpms state, but that is > quite more invasive. > > Signed-off-by

[Intel-gfx] [PATCH 4/4] drm/i915: update dpms property in set_mode

2012-09-06 Thread Daniel Vetter
Hopefully this makes userspace slightly less confused about us frobbing the dpms state behind its back. Yeah, it would be better to be more careful with not changing the dpms state, but that is quite more invasive. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 6 ++