Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-15 Thread Lukas Wunner
Hi Dave, On Thu, Mar 10, 2016 at 08:04:26AM +1000, Dave Airlie wrote: > On 10 March 2016 at 00:40, Lukas Wunner wrote: > > On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This fixes GPU auto powerdown on the

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-15 Thread Lukas Wunner
Hi Dave, On Thu, Mar 10, 2016 at 08:04:26AM +1000, Dave Airlie wrote: > On 10 March 2016 at 00:40, Lukas Wunner wrote: > > On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This fixes GPU auto powerdown on the Lenovo W541, > >> since we advertise

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Dave Airlie
On 10 March 2016 at 00:40, Lukas Wunner wrote: > Hi Dave, > > On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This fixes GPU auto powerdown on the Lenovo W541, >> since we advertise Windows 2013 to the ACPI layer. >> >>

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Dave Airlie
On 10 March 2016 at 00:40, Lukas Wunner wrote: > Hi Dave, > > On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This fixes GPU auto powerdown on the Lenovo W541, >> since we advertise Windows 2013 to the ACPI layer. >> >> Signed-off-by: Dave Airlie >> ---

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Lukas Wunner
Hi Dave, On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This fixes GPU auto powerdown on the Lenovo W541, > since we advertise Windows 2013 to the ACPI layer. > > Signed-off-by: Dave Airlie > --- >

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Lukas Wunner
Hi Dave, On Wed, Mar 09, 2016 at 04:14:05PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This fixes GPU auto powerdown on the Lenovo W541, > since we advertise Windows 2013 to the ACPI layer. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/nouveau/nouveau_vga.c | 10 +++--- >

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Rafael J. Wysocki
On Wed, Mar 9, 2016 at 7:14 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes GPU auto powerdown on the Lenovo W541, > since we advertise Windows 2013 to the ACPI layer. > > Signed-off-by: Dave Airlie > --- >

Re: [PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-09 Thread Rafael J. Wysocki
On Wed, Mar 9, 2016 at 7:14 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes GPU auto powerdown on the Lenovo W541, > since we advertise Windows 2013 to the ACPI layer. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/nouveau/nouveau_vga.c | 10 +++--- > 1 file changed, 7

[PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-08 Thread Dave Airlie
From: Dave Airlie This fixes GPU auto powerdown on the Lenovo W541, since we advertise Windows 2013 to the ACPI layer. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_vga.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)

[PATCH 2/2] nouveau: use new vga_switcheroo power domain.

2016-03-08 Thread Dave Airlie
From: Dave Airlie This fixes GPU auto powerdown on the Lenovo W541, since we advertise Windows 2013 to the ACPI layer. Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_vga.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git