Re: [PATCH v2 1/9] PCI/VGA: Move vgaarb to drivers/pci

2021-07-22 Thread Bjorn Helgaas
On Thu, Jul 22, 2021 at 02:38:43PM -0700, Randy Dunlap wrote: > On 7/22/21 2:29 PM, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > The VGA arbiter is really PCI-specific and doesn't depend on any GPU > > things. Move it to the PCI subsystem. > > > > Signed-off-by: Bjorn Helgaas > > --- >

Re: [PATCH v2 1/9] PCI/VGA: Move vgaarb to drivers/pci

2021-07-22 Thread Randy Dunlap
On 7/22/21 2:29 PM, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > The VGA arbiter is really PCI-specific and doesn't depend on any GPU > things. Move it to the PCI subsystem. > > Signed-off-by: Bjorn Helgaas > --- > drivers/gpu/vga/Kconfig | 19 --- > drivers/gpu/vg

[PATCH v2 1/9] PCI/VGA: Move vgaarb to drivers/pci

2021-07-22 Thread Bjorn Helgaas
From: Bjorn Helgaas The VGA arbiter is really PCI-specific and doesn't depend on any GPU things. Move it to the PCI subsystem. Signed-off-by: Bjorn Helgaas --- drivers/gpu/vga/Kconfig | 19 --- drivers/gpu/vga/Makefile | 1 - drivers/pci/Kconfig