Re: [Intel-gfx] [PATCH] i915: send D1 opregion notification

2014-01-14 Thread Jesse Barnes
On Tue, 14 Jan 2014 15:06:46 -0800 Kristen Carlson Accardi wrote: > On Tue, 14 Jan 2014 11:19:44 -0800 > Jesse Barnes wrote: > > > On Tue, 14 Jan 2014 10:26:02 +0100 > > Daniel Vetter wrote: > > > > > On Mon, Jan 13, 2014 at 01:32:45PM -0800, Kristen Carlson Accardi wrote: > > > > The opregio

Re: [Intel-gfx] [PATCH] i915: send D1 opregion notification

2014-01-14 Thread Kristen Carlson Accardi
On Tue, 14 Jan 2014 11:19:44 -0800 Jesse Barnes wrote: > On Tue, 14 Jan 2014 10:26:02 +0100 > Daniel Vetter wrote: > > > On Mon, Jan 13, 2014 at 01:32:45PM -0800, Kristen Carlson Accardi wrote: > > > The opregion notification for runtime suspend should be D1, not D3. > > > This is to maintain c

Re: [Intel-gfx] [PATCH] i915: send D1 opregion notification

2014-01-14 Thread Jesse Barnes
On Tue, 14 Jan 2014 10:26:02 +0100 Daniel Vetter wrote: > On Mon, Jan 13, 2014 at 01:32:45PM -0800, Kristen Carlson Accardi wrote: > > The opregion notification for runtime suspend should be D1, not D3. > > This is to maintain compatibility with firmware. > > > > Signed-off-by: Kristen Carlson A

Re: [Intel-gfx] [PATCH] i915: send D1 opregion notification

2014-01-14 Thread Daniel Vetter
On Mon, Jan 13, 2014 at 01:32:45PM -0800, Kristen Carlson Accardi wrote: > The opregion notification for runtime suspend should be D1, not D3. > This is to maintain compatibility with firmware. > > Signed-off-by: Kristen Carlson Accardi > --- > drivers/gpu/drm/i915/i915_drv.c | 2 +- > 1 file ch

[Intel-gfx] [PATCH] i915: send D1 opregion notification

2014-01-13 Thread Kristen Carlson Accardi
The opregion notification for runtime suspend should be D1, not D3. This is to maintain compatibility with firmware. Signed-off-by: Kristen Carlson Accardi --- drivers/gpu/drm/i915/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/dr