Re: [PATCH V3 0/9] PCI/VGA: Rework default VGA device selection

2021-08-26 Thread Huacai Chen
Hi, Bjorn, On Thu, Aug 26, 2021 at 4:17 AM Bjorn Helgaas wrote: > > On Fri, Aug 20, 2021 at 06:08:23PM +0800, Huacai Chen wrote: > > My original work is at [1]. > > > > Bjorn do some rework and extension in V2. It moves the VGA arbiter to > > the PCI subsystem, fixes a few nits, and breaks a few

Re: [PATCH V3 0/9] PCI/VGA: Rework default VGA device selection

2021-08-25 Thread Bjorn Helgaas
On Fri, Aug 20, 2021 at 06:08:23PM +0800, Huacai Chen wrote: > My original work is at [1]. > > Bjorn do some rework and extension in V2. It moves the VGA arbiter to > the PCI subsystem, fixes a few nits, and breaks a few pieces to make > the main patch a little smaller. > > V3 rewrite the commit

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection

2021-08-20 Thread Huacai Chen
My original work is at [1]. Bjorn do some rework and extension in V2. It moves the VGA arbiter to the PCI subsystem, fixes a few nits, and breaks a few pieces to make the main patch a little smaller. V3 rewrite the commit log of the last patch (which is also summarized by Bjorn). All comments we