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

2022-07-15 Thread Thomas Zimmermann
Hi Am 11.07.22 um 13:13 schrieb Javier Martinez Canillas: On 7/7/22 17:39, 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 conf

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

2022-07-11 Thread Javier Martinez Canillas
On 7/7/22 17:39, 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 devices, or outride failed for > r

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

2022-07-07 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