public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Clint Taylor <clinton.a.taylor@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>, intel-gfx@lists.freedesktop.org
Cc: mesa-dev@lists.freedesktop.org,
	Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri@intel.com>
Subject: Re: [Intel-gfx] [PATCH] intel: Adding missing Broxton PCI IDs.
Date: Wed, 2 Mar 2016 09:19:40 -0800	[thread overview]
Message-ID: <56D720AC.2060209@intel.com> (raw)
In-Reply-To: <1456881143-2121-1-git-send-email-rodrigo.vivi@intel.com>

On 03/01/2016 05:12 PM, Rodrigo Vivi wrote:
> These IDs were already part of the kernel since:
>
> kernel commit 985dd4360fdf2533fe48a33a4a2094f2e4718dc0
> Author: Imre Deak <imre.deak@intel.com>
> Date:   Thu Jan 28 16:04:12 2016 +0200
>
>      drm/i915/bxt: update list of PCIIDs
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Cc: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri@intel.com>
> ---
>   intel/intel_chipset.h | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
> index 35148e5..8e42a40 100644
> --- a/intel/intel_chipset.h
> +++ b/intel/intel_chipset.h
> @@ -213,6 +213,8 @@
>   #define PCI_CHIP_BROXTON_0		0x0A84
>   #define PCI_CHIP_BROXTON_1		0x1A84
>   #define PCI_CHIP_BROXTON_2		0x5A84
> +#define PCI_CHIP_BROXTON_3		0x1A85
> +#define PCI_CHIP_BROXTON_4		0x5A85
>
>   #define IS_MOBILE(devid)	((devid) == PCI_CHIP_I855_GM || \
>   				 (devid) == PCI_CHIP_I915_GM || \
> @@ -436,7 +438,9 @@
>
>   #define IS_BROXTON(devid)	((devid) == PCI_CHIP_BROXTON_0	|| \
>   				 (devid) == PCI_CHIP_BROXTON_1	|| \
> -				 (devid) == PCI_CHIP_BROXTON_2)
> +				 (devid) == PCI_CHIP_BROXTON_2	|| \
> +				 (devid) == PCI_CHIP_BROXTON_3	|| \
> +				 (devid) == PCI_CHIP_BROXTON_4)
>
>   #define IS_GEN9(devid)		(IS_SKYLAKE(devid) || \
>   				 IS_BROXTON(devid) || \
>

Device list now matches the kernels entries. Thanks.

Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

      reply	other threads:[~2016-03-02 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02  1:12 [PATCH] intel: Adding missing Broxton PCI IDs Rodrigo Vivi
2016-03-02 17:19 ` Clint Taylor [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=56D720AC.2060209@intel.com \
    --to=clinton.a.taylor@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mesa-dev@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=venkateswarlu.v.vinjamuri@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