All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Widawsky <benjamin.widawsky@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference.
Date: Tue, 3 Jan 2017 11:33:29 -0800	[thread overview]
Message-ID: <20170103193328.GA20056@intel.com> (raw)
In-Reply-To: <1483471672-10450-1-git-send-email-rodrigo.vivi@intel.com>

On 17-01-03 11:27:52, Rodrigo Vivi wrote:
>No functional changes. Apparently spec has been changed
>the valid table showing 0x192A as Server GT4
>while 0x193A is Server GT4e.
>
>Libdrm and Mesa already have this right. So let's fix the ref here.
>
>Cc: Ben Widawsky <benjamin.widawsky@intel.com>
>Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Ben Widawsky <benjamin.widawsky@intel.com>

>---
> include/drm/i915_pciids.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
>index 540be9f..aeb36cb 100644
>--- a/include/drm/i915_pciids.h
>+++ b/include/drm/i915_pciids.h
>@@ -270,14 +270,14 @@
> 	INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> 	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> 	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
>-	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
>-	INTEL_VGA_DEVICE(0x192A, info)  /* SRV GT3 */
>+	INTEL_VGA_DEVICE(0x192B, info)  /* Halo GT3 */ \
>
> #define INTEL_SKL_GT4_IDS(info) \
> 	INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> 	INTEL_VGA_DEVICE(0x193B, info), /* Halo GT4 */ \
> 	INTEL_VGA_DEVICE(0x193D, info), /* WKS GT4 */ \
>-	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4 */
>+	INTEL_VGA_DEVICE(0x192A, info), /* SRV GT4 */ \
>+	INTEL_VGA_DEVICE(0x193A, info)  /* SRV GT4e */
>
> #define INTEL_SKL_IDS(info)	 \
> 	INTEL_SKL_GT1_IDS(info), \
>-- 
>1.9.1
>

-- 
Ben Widawsky, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-01-03 19:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 19:27 [PATCH] drm/i915: Update SKL SRV GT4 pci ids reference Rodrigo Vivi
2017-01-03 19:33 ` Ben Widawsky [this message]
2017-01-03 19:53 ` ✓ Fi.CI.BAT: success for " Patchwork

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=20170103193328.GA20056@intel.com \
    --to=benjamin.widawsky@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@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 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.