linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: francisco.munoz.ruiz@linux.intel.com
Cc: linux-pci@vger.kernel.org, jonathan.derrick@intel.com,
	dan.j.williams@intel.com, nirmal.patel@linux.intel.com,
	Karthik L Gopalakrishnan <karthik.l.gopalakrishnan@intel.com>
Subject: Re: [PATCH] PCI: vmd: Add device id for VMD device 8086:A77F
Date: Mon, 29 Nov 2021 13:53:02 -0600	[thread overview]
Message-ID: <20211129195302.GA2686292@bhelgaas> (raw)
In-Reply-To: <20211129190232.24375-1-francisco.munoz.ruiz@linux.intel.com>

On Mon, Nov 29, 2021 at 11:02:32AM -0800, francisco.munoz.ruiz@linux.intel.com wrote:
> From: Karthik L Gopalakrishnan <karthik.l.gopalakrishnan@intel.com>
> 
> Add support for this VMD device which supports the bus rectriction mode.
> The feature that turns off vector 0 for MSI-X remapping is also enabled.

s/rectriction/restriction/

Is there any product name or code name you could put something in the
subject line to connect this to the hardware?

Maybe you could also add the relevant details to the PCI ID database
here?  https://pci-ids.ucw.cz/read/PC/8086  This will help lspci show
the correct name.

> Signed-off-by: Karthik L Gopalakrishnan <karthik.l.gopalakrishnan@intel.com>
> Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@linux.intel.com>
> ---
>  drivers/pci/controller/vmd.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/pci/controller/vmd.c b/drivers/pci/controller/vmd.c
> index a45e8e59d3d4..0e6ca6cae2c7 100644
> --- a/drivers/pci/controller/vmd.c
> +++ b/drivers/pci/controller/vmd.c
> @@ -953,6 +953,10 @@ static const struct pci_device_id vmd_ids[] = {
>  		.driver_data = VMD_FEAT_HAS_MEMBAR_SHADOW_VSCAP |
>  				VMD_FEAT_HAS_BUS_RESTRICTIONS |
>  				VMD_FEAT_OFFSET_FIRST_VECTOR,},
> +	{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa77f),
> +		.driver_data = VMD_FEAT_HAS_MEMBAR_SHADOW_VSCAP |
> +				VMD_FEAT_HAS_BUS_RESTRICTIONS |
> +				VMD_FEAT_OFFSET_FIRST_VECTOR,},
>  	{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VMD_9A0B),
>  		.driver_data = VMD_FEAT_HAS_MEMBAR_SHADOW_VSCAP |
>  				VMD_FEAT_HAS_BUS_RESTRICTIONS |
> -- 
> 2.25.1
> 

  reply	other threads:[~2021-11-29 22:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 19:02 [PATCH] PCI: vmd: Add device id for VMD device 8086:A77F francisco.munoz.ruiz
2021-11-29 19:53 ` Bjorn Helgaas [this message]
2021-12-17 23:12   ` [PATCH V2] PCI: vmd: Add DID 8086:A77F for all Intel Raptor Lake SKU's francisco.munoz.ruiz
2022-01-05 16:25     ` Lorenzo Pieralisi

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=20211129195302.GA2686292@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=dan.j.williams@intel.com \
    --cc=francisco.munoz.ruiz@linux.intel.com \
    --cc=jonathan.derrick@intel.com \
    --cc=karthik.l.gopalakrishnan@intel.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=nirmal.patel@linux.intel.com \
    /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).