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 which are harmless in our case. This leads to bugs being files, etc. Change these to dev_info rather than dev_err to avoid that.
Does dev_info still print the message by default though? If so, I wonder if this will change anything in practice...