Re: [PATCH V6 12/12] PCI/VGA: Move vgaarb to drivers/pci

2021-09-25 Thread Huacai Chen
Hi, Bjorn, On Thu, Sep 16, 2021 at 4:39 PM Huacai Chen 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. I found a new problem, after moving vgaarb.c to drivers/pci, misc_register() in vga_arb_device_i

[PATCH V6 12/12] PCI/VGA: Move vgaarb to drivers/pci

2021-09-16 Thread Huacai Chen
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 Signed-off-by: Huacai Chen --- drivers/gpu/vga/Kconfig | 19 --- drivers/gpu/vga/Makefile | 1 - dri