All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michał Winiarski" <michal.winiarski@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH] drm/i915/skl: Add missing SKL GT3 id
Date: Fri, 29 Jan 2016 11:12:26 +0100	[thread overview]
Message-ID: <1454062346-22778-1-git-send-email-michal.winiarski@intel.com> (raw)

Mesa uses it as Intel(R) Iris Graphics 550 (Skylake GT3e)

Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index f970209..eb198d0 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -278,6 +278,7 @@
 
 #define INTEL_SKL_GT3_IDS(info) \
 	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

             reply	other threads:[~2016-01-29 10:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 10:12 Michał Winiarski [this message]
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id 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   ` [PATCH v3] " Michał Winiarski
2016-02-08 14:32     ` 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=1454062346-22778-1-git-send-email-michal.winiarski@intel.com \
    --to=michal.winiarski@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.