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

2014-09-19 Thread Dave Airlie
On 13 September 2014 00:28, Bjorn Helgaas wrote: > On Fri, Sep 12, 2014 at 5:19 AM, Bruno Pr?mont > wrote: >> Bjorn, >> >> What is missing to get these two patches pushed to Linus? > > Sorry, I've been working on some other regressions and overlooked this > one. If you open a bugzilla report and

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

2014-09-18 Thread Bjorn Helgaas
On Fri, Sep 19, 2014 at 09:26:58AM +1000, Dave Airlie wrote: > On 13 September 2014 00:28, Bjorn Helgaas wrote: > > On Fri, Sep 12, 2014 at 5:19 AM, Bruno Pr?mont > > wrote: > >> Bjorn, > >> > >> What is missing to get these two patches pushed to Linus? > > > > Sorry, I've been working on some ot

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

2014-09-12 Thread Bruno Prémont
Bjorn, What is missing to get these two patches pushed to Linus? Bruno On Thu, 28 Aug 2014 22:47:50 +0200 Bruno Pr?mont wrote: > On Tue, 26 August 2014 Andreas Noever wrote: > > On Sun, Aug 24, 2014 at 11:09 PM, Bruno Pr?mont wrote: > > > With commit 20cde694027e boot video device detection wa

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

2014-09-12 Thread Bjorn Helgaas
On Fri, Sep 12, 2014 at 5:19 AM, Bruno Pr?mont wrote: > Bjorn, > > What is missing to get these two patches pushed to Linus? Sorry, I've been working on some other regressions and overlooked this one. If you open a bugzilla report and mark it as a regression, that will help keep this on my radar

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

2014-08-28 Thread Bruno Prémont
On Tue, 26 August 2014 Andreas Noever wrote: > On Sun, Aug 24, 2014 at 11:09 PM, Bruno Pr?mont wrote: > > With commit 20cde694027e boot video device detection was moved from > > efifb to x86 and ia64 pci/fixup.c. > > > > For dual-GPU Apple computers above change represents a regression as > > code

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

2014-08-26 Thread Andreas Noever
On Sun, Aug 24, 2014 at 11:09 PM, Bruno Pr?mont wrote: > With commit 20cde694027e boot video device detection was moved from > efifb to x86 and ia64 pci/fixup.c. > > For dual-GPU Apple computers above change represents a regression as > code in efifb did forcefully override vga_default_device whil

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

2014-08-24 Thread Bruno Prémont
With commit 20cde694027e boot video device detection was moved from efifb to x86 and ia64 pci/fixup.c. For dual-GPU Apple computers above change represents a regression as code in efifb did forcefully override vga_default_device while the merge did not (vgaarb happens prior to PCI fixup). To impr