Re: [PATCH V4 00/10] PCI/VGA: Rework default VGA device selection

2021-09-11 Thread Huacai Chen
Hi, Bjorn, On Fri, Sep 10, 2021 at 1:59 AM Bjorn Helgaas wrote: > > On Fri, Aug 27, 2021 at 04:31:19PM +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 V4 00/10] PCI/VGA: Rework default VGA device selection

2021-09-09 Thread Bjorn Helgaas
On Fri, Aug 27, 2021 at 04:31:19PM +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 V4 00/10] PCI/VGA: Rework default VGA device selection

2021-08-27 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). V4 split the la