public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Damien Lespiau <damien.lespiau@intel.com>
To: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] lib: Add Skylake Intel Graphics GT4 PCI IDs
Date: Wed, 18 Nov 2015 15:49:28 +0000	[thread overview]
Message-ID: <20151118154928.GA3002@strange.ger.corp.intel.com> (raw)
In-Reply-To: <1446820930-21665-1-git-send-email-mika.kuoppala@intel.com>

On Fri, Nov 06, 2015 at 04:42:10PM +0200, Mika Kuoppala wrote:
> Add Skylake Intel Graphics GT4 PCI IDs.
> 
> Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>

-- 
Damien

> ---
>  lib/intel_chipset.h | 12 +++++++++++-
>  1 file changed, 11 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
> index 6fcc244..93bf565 100644
> --- a/lib/intel_chipset.h
> +++ b/lib/intel_chipset.h
> @@ -198,13 +198,17 @@ void intel_check_pch(void);
>  #define PCI_CHIP_SKYLAKE_ULX_GT2	0x191E
>  #define PCI_CHIP_SKYLAKE_DT_GT2		0x1912
>  #define PCI_CHIP_SKYLAKE_DT_GT1		0x1902
> +#define PCI_CHIP_SKYLAKE_DT_GT4		0x1932
>  #define PCI_CHIP_SKYLAKE_HALO_GT2	0x191B
>  #define PCI_CHIP_SKYLAKE_HALO_GT3	0x192B
>  #define PCI_CHIP_SKYLAKE_HALO_GT1 	0x190B
> +#define PCI_CHIP_SKYLAKE_HALO_GT4 	0x193B
>  #define PCI_CHIP_SKYLAKE_SRV_GT2	0x191A
>  #define PCI_CHIP_SKYLAKE_SRV_GT3	0x192A
>  #define PCI_CHIP_SKYLAKE_SRV_GT1	0x190A
> +#define PCI_CHIP_SKYLAKE_SRV_GT4	0x193A
>  #define PCI_CHIP_SKYLAKE_WKS_GT2 	0x191D
> +#define PCI_CHIP_SKYLAKE_WKS_GT4 	0x193D
>  
>  #define PCI_CHIP_KABYLAKE_ULT_GT2      0x5916
>  #define PCI_CHIP_KABYLAKE_ULT_GT1_5    0x5913
> @@ -409,6 +413,11 @@ void intel_check_pch(void);
>  				 (devid) == PCI_CHIP_SKYLAKE_HALO_GT3	|| \
>  				 (devid) == PCI_CHIP_SKYLAKE_SRV_GT3)
>  
> +#define IS_SKL_GT4(devid)	((devid) == PCI_CHIP_SKYLAKE_DT_GT4	|| \
> +				 (devid) == PCI_CHIP_SKYLAKE_HALO_GT4	|| \
> +				 (devid) == PCI_CHIP_SKYLAKE_WKS_GT4	|| \
> +				 (devid) == PCI_CHIP_SKYLAKE_SRV_GT4)
> +
>  #define IS_KBL_GT1(devid)	((devid) == PCI_CHIP_KABYLAKE_ULT_GT1_5|| \
>  				 (devid) == PCI_CHIP_KABYLAKE_ULX_GT1_5|| \
>  				 (devid) == PCI_CHIP_KABYLAKE_DT_GT1_5|| \
> @@ -437,7 +446,8 @@ void intel_check_pch(void);
>  #define IS_SKYLAKE(devid)	(IS_KABYLAKE(devid) || \
>  				 IS_SKL_GT1(devid) || \
>  				 IS_SKL_GT2(devid) || \
> -				 IS_SKL_GT3(devid))
> +				 IS_SKL_GT3(devid) || \
> +				 IS_SKL_GT4(devid))
>  
>  #define IS_BROXTON(devid)	((devid) == PCI_CHIP_BROXTON_0 || \
>  				 (devid) == PCI_CHIP_BROXTON_1 || \
> -- 
> 2.5.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2015-11-18 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 14:42 [PATCH] lib: Add Skylake Intel Graphics GT4 PCI IDs Mika Kuoppala
2015-11-18 15:49 ` Damien Lespiau [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=20151118154928.GA3002@strange.ger.corp.intel.com \
    --to=damien.lespiau@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mika.kuoppala@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