From: "Souza, Jose" <jose.souza@intel.com>
To: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"Vivi, Rodrigo" <rodrigo.vivi@intel.com>
Cc: "mesa-dev@lists.freedesktop.org" <mesa-dev@lists.freedesktop.org>
Subject: Re: [PATCH libdrm] drm/i915/cfl: Add a new CFL PCI ID.
Date: Thu, 9 Aug 2018 19:48:09 +0000 [thread overview]
Message-ID: <d9d0995b39661041f6422b0eb61c5c76c3705575.camel@intel.com> (raw)
In-Reply-To: <20180809054119.13589-1-rodrigo.vivi@intel.com>
On Wed, 2018-08-08 at 22:41 -0700, Rodrigo Vivi wrote:
> One more CFL ID added to spec.
>
> Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
> Add a new CFL PCI ID.")
>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> intel/intel_chipset.h | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
> index 583d6447..4a34b7be 100644
> --- a/intel/intel_chipset.h
> +++ b/intel/intel_chipset.h
> @@ -230,7 +230,8 @@
> #define PCI_CHIP_COFFEELAKE_S_GT2_1 0x3E91
> #define PCI_CHIP_COFFEELAKE_S_GT2_2 0x3E92
> #define PCI_CHIP_COFFEELAKE_S_GT2_3 0x3E96
> -#define PCI_CHIP_COFFEELAKE_S_GT2_4 0x3E9A
> +#define PCI_CHIP_COFFEELAKE_S_GT2_4 0x3E98
> +#define PCI_CHIP_COFFEELAKE_S_GT2_5 0x3E9A
> #define PCI_CHIP_COFFEELAKE_H_GT2_1 0x3E9B
> #define PCI_CHIP_COFFEELAKE_H_GT2_2 0x3E94
> #define PCI_CHIP_COFFEELAKE_U_GT2_1 0x3EA9
> @@ -509,7 +510,8 @@
> (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_1 || \
> (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_2 || \
> (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_3 || \
> - (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_4)
> + (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_4 || \
> + (devid) ==
> PCI_CHIP_COFFEELAKE_S_GT2_5)
>
> #define IS_CFL_H(devid) ((devid) ==
> PCI_CHIP_COFFEELAKE_H_GT2_1 || \
> (devid) ==
> PCI_CHIP_COFFEELAKE_H_GT2_2)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2018-08-09 19:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-09 5:41 [PATCH libdrm] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
2018-08-09 19:48 ` Souza, Jose [this message]
2018-08-14 23:07 ` [libdrm] intel: " Rodrigo Vivi
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=d9d0995b39661041f6422b0eb61c5c76c3705575.camel@intel.com \
--to=jose.souza@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=mesa-dev@lists.freedesktop.org \
--cc=rodrigo.vivi@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).