From: Imre Deak <imre.deak@intel.com>
To: Damien Lespiau <damien.lespiau@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH libdrm] intel: Add the Broxton PCI IDs
Date: Mon, 18 May 2015 15:12:06 +0300 [thread overview]
Message-ID: <1431951126.7760.6.camel@intel.com> (raw)
In-Reply-To: <1431715460-12388-1-git-send-email-damien.lespiau@intel.com>
On pe, 2015-05-15 at 19:44 +0100, Damien Lespiau wrote:
> Cc: Imre Deak <imre.deak@intel.com>
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
> ---
> intel/intel_chipset.h | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
> index e22a867..253ea71 100644
> --- a/intel/intel_chipset.h
> +++ b/intel/intel_chipset.h
> @@ -181,6 +181,10 @@
> #define PCI_CHIP_SKYLAKE_SRV_GT1 0x190A
> #define PCI_CHIP_SKYLAKE_WKS_GT2 0x191D
>
> +#define PCI_CHIP_BROXTON_0 0x0A84
> +#define PCI_CHIP_BROXTON_1 0x1A84
> +#define PCI_CHIP_BROXTON_2 0x5A84
> +
> #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \
> (devid) == PCI_CHIP_I915_GM || \
> (devid) == PCI_CHIP_I945_GM || \
> @@ -362,7 +366,12 @@
> IS_SKL_GT2(devid) || \
> IS_SKL_GT3(devid))
>
> -#define IS_GEN9(devid) IS_SKYLAKE(devid)
> +#define IS_BROXTON(devid) ((devid) == PCI_CHIP_BROXTON_0 || \
> + (devid) == PCI_CHIP_BROXTON_1 || \
> + (devid) == PCI_CHIP_BROXTON_2)
> +
> +#define IS_GEN9(devid) (IS_SKYLAKE(devid) || \
> + IS_BROXTON(devid))
>
> #define IS_9XX(dev) (IS_GEN3(dev) || \
> IS_GEN4(dev) || \
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2015-05-18 12:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 18:44 [PATCH libdrm] intel: Add the Broxton PCI IDs Damien Lespiau
2015-05-18 12:12 ` Imre Deak [this message]
2015-05-18 15:25 ` Damien Lespiau
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=1431951126.7760.6.camel@intel.com \
--to=imre.deak@intel.com \
--cc=damien.lespiau@intel.com \
--cc=intel-gfx@lists.freedesktop.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.