Re: [PATCH v9 00/11] vgaarb: Rework default VGA device selection

2022-03-09 Thread Huacai Chen
I have no objection :) Huacai On Thu, Mar 10, 2022 at 12:29 AM Bjorn Helgaas wrote: > > On Fri, Feb 25, 2022 at 04:15:23PM -0600, Bjorn Helgaas wrote: > > On Thu, Feb 24, 2022 at 04:47:42PM -0600, Bjorn Helgaas wrote: > > > From: Bjorn Helgaas > > > > > > Current default VGA device selection

Re: [PATCH v9 00/11] vgaarb: Rework default VGA device selection

2022-03-09 Thread Bjorn Helgaas
On Fri, Feb 25, 2022 at 04:15:23PM -0600, Bjorn Helgaas wrote: > On Thu, Feb 24, 2022 at 04:47:42PM -0600, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > Current default VGA device selection fails in some cases because part of it > > is done in the vga_arb_device_init() subsys_initcall,

Re: [PATCH v9 00/11] vgaarb: Rework default VGA device selection

2022-02-25 Thread Bjorn Helgaas
On Thu, Feb 24, 2022 at 04:47:42PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Current default VGA device selection fails in some cases because part of it > is done in the vga_arb_device_init() subsys_initcall, and some arches > enumerate PCI devices in pcibios_init(), which runs

[PATCH v9 00/11] vgaarb: Rework default VGA device selection

2022-02-24 Thread Bjorn Helgaas
From: Bjorn Helgaas Current default VGA device selection fails in some cases because part of it is done in the vga_arb_device_init() subsys_initcall, and some arches enumerate PCI devices in pcibios_init(), which runs *after* that. The big change from the v8 posting is that this moves vgaarb.c