All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michał Winiarski" <michal.winiarski@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Subject: [PATCH v3] drm/i915/skl: Add missing SKL ids
Date: Fri, 5 Feb 2016 13:21:42 +0100	[thread overview]
Message-ID: <1454674902-26207-1-git-send-email-michal.winiarski@intel.com> (raw)
In-Reply-To: <1454089516-22146-1-git-send-email-michal.winiarski@intel.com>

Used by production devices:
    Intel(R) Iris Graphics 540 (Skylake GT3e)
    Intel(R) Iris Graphics 550 (Skylake GT3e)

v2: More ids
v3: Less ids (GT1 got duplicated)

Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
---
 include/drm/i915_pciids.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 9b48ac1..9094599 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -277,7 +277,9 @@
 	INTEL_VGA_DEVICE(0x191D, info)  /* WKS GT2 */
 
 #define INTEL_SKL_GT3_IDS(info) \
+	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 */
 
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2016-02-05 12:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-01-29 16:31 ` [PATCH] " Mika Kuoppala
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
2016-02-01 11:28   ` Mika Kuoppala
2016-02-05 12:21   ` Michał Winiarski [this message]
2016-02-08 14:32     ` [PATCH v3] " Mika Kuoppala
2016-02-01  8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
2016-02-01 11:23   ` Mika Kuoppala
2016-02-01 11:35     ` Sarvela, Tomi P
2016-02-01 12:16       ` Mika Kuoppala
2016-02-01 12:20         ` Sarvela, Tomi P
2016-02-01 12:23           ` Mika Kuoppala
2016-02-01 12:53             ` Sarvela, Tomi P
2016-02-05 14:05 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3) 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=1454674902-26207-1-git-send-email-michal.winiarski@intel.com \
    --to=michal.winiarski@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mika.kuoppala@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.