[Nouveau] [PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS

2015-05-31 Thread Pierre Moreau
Hi Lukas - Mail original - > Hi Pierre, > > On Thu, May 28, 2015 at 10:52:56AM +0200, Pierre Moreau wrote: > > How is it supposed to work, by simply echo'ing ON or OFF to > > vga_switcheroo/switch? Then I probably forgot some stuff as > > it doesn't want to work on my laptop. > > What

[Nouveau] [PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS

2015-05-30 Thread Lukas Wunner
Hi Pierre, On Thu, May 28, 2015 at 10:52:56AM +0200, Pierre Moreau wrote: > How is it supposed to work, by simply echo'ing ON or OFF to > vga_switcheroo/switch? Then I probably forgot some stuff as > it doesn't want to work on my laptop. What exactly doesn't work and which version of the MacBook

[Nouveau] [PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS

2015-05-29 Thread Ben Skeggs
On 28 May 2015 at 16:40, Pierre Moreau wrote: > Changes since v1: > * Factorise testing of the 3 different _DSMs presence with a single function Not overly important, but this part could be split out into an earlier commit, keeping this commit just for adding the gmux support? > * Check for gmux

[Nouveau] [PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS

2015-05-29 Thread Dave Airlie
On 28 May 2015 at 18:52, Pierre Moreau wrote: > Hi Dave, > > > - Mail original - >> Changes since v1: > [...] >> diff --git a/drm/nouveau/nouveau_vga.c b/drm/nouveau/nouveau_vga.c >> index 9a6328f..7b13804 100644 >> --- a/drm/nouveau/nouveau_vga.c >> +++ b/drm/nouveau/nouveau_vga.c >> @@

[Nouveau] [PATCH v2 8/9] acpi: Add support for Apple Gmux _DMS

2015-05-28 Thread Pierre Moreau
Hi Dave, - Mail original - > Changes since v1: [...] > diff --git a/drm/nouveau/nouveau_vga.c b/drm/nouveau/nouveau_vga.c > index 9a6328f..7b13804 100644 > --- a/drm/nouveau/nouveau_vga.c > +++ b/drm/nouveau/nouveau_vga.c > @@ -36,7 +36,7 @@ nouveau_switcheroo_set_state(struct pci_dev