[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170407123431.GC23944@suse.de>
Date: Fri, 7 Apr 2017 14:34:31 +0200
From: Joerg Roedel <jroedel@...e.de>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: Joerg Roedel <joro@...tes.org>,
Bjorn Helgaas <bhelgaas@...gle.com>, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org, Daniel Drake <drake@...lessm.com>,
Alexander Deucher <Alexander.Deucher@....com>
Subject: Re: [PATCH] PCI: Blacklist AMD Stoney GPU devices for ATS
Hi Bjorn,
On Tue, Apr 04, 2017 at 11:43:11AM -0500, Bjorn Helgaas wrote:
> > +static const struct pci_device_id broken_ats_tbl[] = {
> > + { PCI_DEVICE(PCI_VENDOR_ID_AMD, 0x98e4) }, /* AMD Stoney GPU part */
Just found out that the affected GPU uses PCI_VENDOR_ID_ATI, fixed that
too.
> > + { 0 }
> > +};
> > +
> > void pci_ats_init(struct pci_dev *dev)
> >
> > int pos;
> >
> > + if (pci_match_id(broken_ats_tbl, dev))
> > + return;
>
> This is fine functionally, but from a stylistic point of view, I guess
> I would prefer to have it implemented in drivers/pci/quirks.c just to
> have some consistency in how we work around device defects.
Done, I send a new patch shortly.
Joerg
Powered by blists - more mailing lists