From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hygieia.santi-shop.eu ([78.46.175.2]:46958 "EHLO hygieia.santi-shop.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751536AbaHPRb5 (ORCPT ); Sat, 16 Aug 2014 13:31:57 -0400 Date: Sat, 16 Aug 2014 19:21:35 +0200 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= To: Andreas Noever , Bjorn Helgaas Cc: DRI mailing list , Linux PCI , Dave Airlie , Matthew Garrett , Greg Kroah-Hartman Subject: [PATCH 0/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() Message-ID: <20140816192135.34260115@neptune.home> In-Reply-To: References: <20140514224339.7f8be3a9@neptune.home> <20140527234255.GJ11907@google.com> <20140602201650.35f0e936@neptune.home> <20140602201926.4d476818@neptune.home> <20140625005501.7ff7e982@neptune.home> <20140705171503.GC6247@google.com> <20140810112654.1bf684d6@neptune.home> <20140810183411.19370721@neptune.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: 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 test this series? It is a modification from previous testing patch that should still work fine for you. That testing patch would have been failing X startup on old BIOS systems booted with vga=normal (or otherwise in VGA text mode). Greg, in case you have scheduled above-mentioned commit for your next stable iteration, please hold it back in the queue until this follow-up has landed and can be included within the same stable update as alone that patch regresses for Macs with dual-GPU and using efifb. Bruno