From: Alex Williamson <alex.williamson@redhat.com>
To: Bjorn Helgaas <helgaas@kernel.org>
Cc: bhelgaas@google.com, linux-pci@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PCI: Add Intel 7th & 8th Gen mobile to ACS quirks
Date: Fri, 27 Apr 2018 13:06:41 -0600 [thread overview]
Message-ID: <20180427130641.2e464dfa@w520.home> (raw)
In-Reply-To: <20180427180956.GD8199@bhelgaas-glaptop.roam.corp.google.com>
On Fri, 27 Apr 2018 13:09:56 -0500
Bjorn Helgaas <helgaas@kernel.org> wrote:
> On Wed, Apr 25, 2018 at 02:27:37PM -0600, Alex Williamson wrote:
> > The specification update indicates these have the same errate for
> > implementing non-standard ACS capabilities.
> >=20
> > Signed-off-by: Alex Williamson <alex.williamson@redhat.com> =20
>=20
> Applied to pci/virtualization for v4.18, thanks!
>=20
> I'm guessing a stable tag would make sense here?
Yeah, why not. Thanks,
Alex
> > ---
> > drivers/pci/quirks.c | 14 ++++++++++++++
> > 1 file changed, 14 insertions(+)
> >=20
> > diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> > index 2990ad1e7c99..6d0dee40dbe5 100644
> > --- a/drivers/pci/quirks.c
> > +++ b/drivers/pci/quirks.c
> > @@ -4230,11 +4230,24 @@ static int pci_quirk_qcom_rp_acs(struct pci_dev=
*dev, u16 acs_flags)
> > * 0xa290-0xa29f PCI Express Root port #{0-16}
> > * 0xa2e7-0xa2ee PCI Express Root port #{17-24}
> > *
> > + * Mobile chipsets are also affected, 7th & 8th Generation
> > + * Specification update confirms ACS errata 22, status no fix: (7th Ge=
neration
> > + * Intel Processor Family I/O for U/Y Platforms and 8th Generation Int=
el
> > + * Processor Family I/O for U Quad Core Platforms Specification Update,
> > + * August 2017, Revision 002, Document#: 334660-002)[6]
> > + * Device IDs from I/O datasheet: (7th Generation Intel Processor Fami=
ly I/O
> > + * for U/Y Platforms and 8th Generation Intel =C2=AE Processor Family =
I/O for U
> > + * Quad Core Platforms, Vol 1 of 2, August 2017, Document#: 334658-003=
)[7]
> > + *
> > + * 0x9d10-0x9d1b PCI Express Root port #{1-12}
> > + *
> > * [1] http://www.intel.com/content/www/us/en/chipsets/100-series-chip=
set-datasheet-vol-2.html
> > * [2] http://www.intel.com/content/www/us/en/chipsets/100-series-chip=
set-datasheet-vol-1.html
> > * [3] http://www.intel.com/content/www/us/en/chipsets/100-series-chip=
set-spec-update.html
> > * [4] http://www.intel.com/content/www/us/en/chipsets/200-series-chip=
set-pch-spec-update.html
> > * [5] http://www.intel.com/content/www/us/en/chipsets/200-series-chip=
set-pch-datasheet-vol-1.html
> > + * [6] https://www.intel.com/content/www/us/en/processors/core/7th-gen=
-core-family-mobile-u-y-processor-lines-i-o-spec-update.html
> > + * [7] https://www.intel.com/content/www/us/en/processors/core/7th-gen=
-core-family-mobile-u-y-processor-lines-i-o-datasheet-vol-1.html
> > */
> > static bool pci_quirk_intel_spt_pch_acs_match(struct pci_dev *dev)
> > {
> > @@ -4244,6 +4257,7 @@ static bool pci_quirk_intel_spt_pch_acs_match(str=
uct pci_dev *dev)
> > switch (dev->device) {
> > case 0xa110 ... 0xa11f: case 0xa167 ... 0xa16a: /* Sunrise Point */
> > case 0xa290 ... 0xa29f: case 0xa2e7 ... 0xa2ee: /* Union Point */
> > + case 0x9d10 ... 0x9d1b: /* 7th & 8th Gen Mobile */
> > return true;
> > }
> > =20
> > =20
prev parent reply other threads:[~2018-04-27 19:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-25 20:27 [PATCH] PCI: Add Intel 7th & 8th Gen mobile to ACS quirks Alex Williamson
2018-04-27 18:09 ` Bjorn Helgaas
2018-04-27 19:06 ` Alex Williamson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180427130641.2e464dfa@w520.home \
--to=alex.williamson@redhat.com \
--cc=bhelgaas@google.com \
--cc=helgaas@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).