All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kenneth Graunke <kenneth@whitecape.org>
To: Chad Versace <chad.versace@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] intel: Add pci id for Haswell Harris Beach Mobile GT2+
Date: Tue, 16 Apr 2013 09:29:18 -0700	[thread overview]
Message-ID: <516D7C5E.7000800@whitecape.org> (raw)
In-Reply-To: <1366073530-12098-1-git-send-email-chad.versace@linux.intel.com>

On 04/15/2013 05:52 PM, Chad Versace wrote:
> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
> ---
>   intel/intel_chipset.h | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
> index b73fa0f..da2fbee 100644
> --- a/intel/intel_chipset.h
> +++ b/intel/intel_chipset.h
> @@ -82,6 +82,7 @@
>   #define PCI_CHIP_HASWELL_CRW_S_GT1      0x0D1A /* Server */
>   #define PCI_CHIP_HASWELL_CRW_S_GT2      0x0D2A
>   #define PCI_CHIP_HASWELL_CRW_S_GT2_PLUS 0x0D3A
> +#define PCI_CHIP_HASWELL_HSB_M_GT2_PLUS 0x0A26 /* Mobile */
>
>   #define IS_830(dev) (dev == 0x3577)
>   #define IS_845(dev) (dev == 0x2562)
> @@ -198,7 +199,8 @@
>   				 devid == PCI_CHIP_HASWELL_ULT_S_GT2_PLUS || \
>   				 devid == PCI_CHIP_HASWELL_CRW_GT2_PLUS || \
>   				 devid == PCI_CHIP_HASWELL_CRW_M_GT2_PLUS || \
> -				 devid == PCI_CHIP_HASWELL_CRW_S_GT2_PLUS)
> +				 devid == PCI_CHIP_HASWELL_CRW_S_GT2_PLUS || \
> +				 devid == PCI_CHIP_HASWELL_HSB_M_GT2_PLUS)
>
>   #define IS_HASWELL(devid)       (IS_HSW_GT1(devid) || \
>                                    IS_HSW_GT2(devid))
>


What project is this patch for?  libdrm?

Regardless, NAK - see above line:

#define PCI_CHIP_HASWELL_ULT_M_GT2_PLUS 0x0A26

It's already been supported for ages:

commit 93fef04b1e3a83e2f884880ed1c3395f67b038ab
Author: Paulo Zanoni <paulo.r.zanoni@intel.com>
Date:   Mon Aug 6 14:55:23 2012 -0300

     intel: add more Haswell PCI IDs

     Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
     Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>

--Ken

      reply	other threads:[~2013-04-16 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-16  0:52 [PATCH] intel: Add pci id for Haswell Harris Beach Mobile GT2+ Chad Versace
2013-04-16 16:29 ` Kenneth Graunke [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=516D7C5E.7000800@whitecape.org \
    --to=kenneth@whitecape.org \
    --cc=chad.versace@linux.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.