Re: [PATCH v2 06/11] fbdev: Remove conflicting devices on PCI bus

2022-07-21 Thread Geert Uytterhoeven
Hi Thomas, On Mon, Jul 18, 2022 at 9:24 AM Thomas Zimmermann wrote: > Remove firmware devices on the PCI bus, by calling > aperture_remove_conflicting_pci_devices() in the probe function of > each related fbdev driver. iSo far, most of these drivers did not > remove conflicting VESA or EFI device

[PATCH v2 06/11] fbdev: Remove conflicting devices on PCI bus

2022-07-18 Thread Thomas Zimmermann
Remove firmware devices on the PCI bus, by calling aperture_remove_conflicting_pci_devices() in the probe function of each related fbdev driver. iSo far, most of these drivers did not remove conflicting VESA or EFI devices, or outride failed for resource conflicts (i.e., matroxfb.) This must have b