Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kenneth Graunke <kenneth@whitecape.org>
To: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Cc: mesa-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Subject: Re: [Mesa-dev] [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check.
Date: Mon, 13 May 2013 17:06:26 -0700	[thread overview]
Message-ID: <51918002.1070804@whitecape.org> (raw)
In-Reply-To: <1368478419-22402-1-git-send-email-rodrigo.vivi@gmail.com>

On 05/13/2013 01:53 PM, Rodrigo Vivi wrote:
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
> ---
>   src/mesa/drivers/dri/intel/intel_chipset.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/intel/intel_chipset.h b/src/mesa/drivers/dri/intel/intel_chipset.h
> index df025ac..ee735bb 100644
> --- a/src/mesa/drivers/dri/intel/intel_chipset.h
> +++ b/src/mesa/drivers/dri/intel/intel_chipset.h
> @@ -230,8 +230,8 @@
>   				 devid == PCI_CHIP_HASWELL_CRW_GT2 || \
>   				 devid == PCI_CHIP_HASWELL_CRW_M_GT2 || \
>   				 devid == PCI_CHIP_HASWELL_CRW_S_GT2)
> -
> -#define IS_HSW_GT3(devid)	(devid == PCI_CHIP_HASWELL_M_GT3 || \
> +#define IS_HSW_GT3(devid)	(devid == PCI_CHIP_HASWELL_GT3 || \
> +				 devid == PCI_CHIP_HASWELL_M_GT3 || \
>   				 devid == PCI_CHIP_HASWELL_S_GT3 || \
>   				 devid == PCI_CHIP_HASWELL_SDV_GT3 || \
>   				 devid == PCI_CHIP_HASWELL_SDV_M_GT3 || \

Yikes!  Thanks for the patch.  I added my R-b, marked it as a candidate 
for the stable branch, and pushed it.

      parent reply	other threads:[~2013-05-14  0:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 20:53 [PATCH 1/2 mesa] i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check Rodrigo Vivi
2013-05-13 20:53 ` [PATCH 2/2 mesa] i965: Adding more reserved PCI IDs for Haswell Rodrigo Vivi
2013-05-14  0:06   ` [Mesa-dev] " Kenneth Graunke
2013-05-14  0:06 ` 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=51918002.1070804@whitecape.org \
    --to=kenneth@whitecape.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mesa-dev@lists.freedesktop.org \
    --cc=rodrigo.vivi@gmail.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