[PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-10 Thread Andreas Noever
On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas wrote: > On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: >> With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)") >> Matthew Garrett introduced a efifb vga_default_device() so that EFI >> systems that do not load shadow

[PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-10 Thread Andreas Noever
On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noever wrote: > On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas wrote: >> On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote: >>> With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)") >>&g

[PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-10 Thread Andreas Noever
On Sun, Aug 10, 2014 at 11:26 AM, Bruno Pr?mont wrote: > On Sun, 10 August 2014 Andreas Noever wrote: > >> On Sun, Aug 10, 2014 at 2:21 AM, Andreas Noever >> wrote: >> > On Sat, Jul 5, 2014 at 7:15 PM, Bjorn Helgaas >> > wrote: >> >> On Wed,

[PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-14 Thread Andreas Noever
On Sun, Aug 10, 2014 at 6:34 PM, Bruno Pr?mont wrote: > On Sun, 10 August 2014 Andreas Noever wrote: >> On Sun, Aug 10, 2014 at 11:26 AM, Bruno Pr?mont wrote: >> > On Sun, 10 August 2014 Andreas Noever wrote: >> > >> >> On Sun, Aug 10, 2014 at 2:21 AM, An

[PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-19 Thread Andreas Noever
On Sat, Aug 16, 2014 at 7:21 PM, Bruno Pr?mont wrote: > This series improves on commit 20cde694027e (x86, ia64: Move EFI_FB > vga_default_device() initialization to pci_vga_fixup()): > - cleanup remaining but always-true #ifndefs > - fix boot regression on dual-GPU Macs > > Andreas, can you please

[PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-21 Thread Andreas Noever
014 07:55:08 +0200 Bruno Pr?mont wrote: >> On Tue, 19 Aug 2014 17:45:00 +0200 Andreas Noever wrote: >> > On Sat, Aug 16, 2014 at 7:21 PM, Bruno Pr?mont wrote: >> > > This series improves on commit 20cde694027e (x86, ia64: Move EFI_FB >> > > vga_default_devi

[PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()

2014-08-22 Thread Andreas Noever
On Fri, Aug 22, 2014 at 8:23 AM, Bruno Pr?mont wrote: > On Thu, 21 Aug 2014 23:39:31 -0500 Bjorn Helgaas wrote: >> On Thu, Aug 21, 2014 at 4:34 PM, Bruno Pr?mont wrote: >> >> > A second step would then be to tune vgaarb's initial selection. >> > Bjorn, is it possible to verify which I/O ports are

[PATCH 1/2 v2] vgaarb: Don't default exclusively to first video device with mem+io

2014-08-26 Thread Andreas Noever
ng duplicated code but does > introduce a #if defined() block in vgaarb. > Not all architectures have screen_info and would cause compile to > fail without it. > > Reported-By: Andreas Noever > CC: Matthew Garrett > CC: stable at vger.kernel.org # v3.5+ > Signed-off-by: B

[PATCH] drm/nouveau/bios: fix bug introduced in 457e77b2

2014-04-09 Thread Andreas Noever
457e77b2 effectively replaces (... & 0xff00) << 8 with (... >> 8) << 8. Which does not do the same and breaks boot on my machine. Restore the old behaviour and remove the unnecessary cast. Signed-off-by: Andreas Noever --- drivers/gpu/drm/nouveau/core/subdev/bios