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
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
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,
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
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
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
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
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
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