Re: [PATCH] PCI: use dev_info rather than dev_err for rom validation

2017-12-05 Thread Bjorn Helgaas
On Mon, Nov 27, 2017 at 12:21:10PM -0500, Alex Deucher wrote: > On AMD GPUs, we use several mechanisms to fetch the vbios > rom depending on the platform. We try to read the rom > back via the rom BAR and fall back to other methods in > some cases. This leads to spurious error messages > from the

Re: [PATCH] PCI: use dev_info rather than dev_err for rom validation

2017-11-27 Thread Alex Deucher
On Mon, Nov 27, 2017 at 1:00 PM, Michel Dänzer wrote: > On 2017-11-27 06:21 PM, Alex Deucher wrote: >> On AMD GPUs, we use several mechanisms to fetch the vbios >> rom depending on the platform. We try to read the rom >> back via the rom BAR and fall back to other methods in >> some cases. This

Re: [PATCH] PCI: use dev_info rather than dev_err for rom validation

2017-11-27 Thread Michel Dänzer
On 2017-11-27 06:21 PM, Alex Deucher wrote: > On AMD GPUs, we use several mechanisms to fetch the vbios > rom depending on the platform. We try to read the rom > back via the rom BAR and fall back to other methods in > some cases. This leads to spurious error messages > from the pci rom code whic

Re: [PATCH] PCI: use dev_info rather than dev_err for rom validation

2017-11-27 Thread Christian König
Am 27.11.2017 um 18:21 schrieb Alex Deucher: On AMD GPUs, we use several mechanisms to fetch the vbios rom depending on the platform. We try to read the rom back via the rom BAR and fall back to other methods in some cases. This leads to spurious error messages from the pci rom code which are h

[PATCH] PCI: use dev_info rather than dev_err for rom validation

2017-11-27 Thread Alex Deucher
On AMD GPUs, we use several mechanisms to fetch the vbios rom depending on the platform. We try to read the rom back via the rom BAR and fall back to other methods in some cases. This leads to spurious error messages from the pci rom code which are harmless in our case. This leads to bugs being f