public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Adam Miszczak <adam.miszczak@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t 1/2] lib: sync i915_pciids.h with kernel
Date: Wed, 12 Aug 2020 11:05:47 +0200	[thread overview]
Message-ID: <20200812090548.4973-2-adam.miszczak@linux.intel.com> (raw)
In-Reply-To: <20200812090548.4973-1-adam.miszczak@linux.intel.com>

Add DG1 and clean-up VLV PCI IDs.

Align with kernel commits:
fb8920f04f5d ("drm/i915: Remove dubious Valleyview PCI IDs")
fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs")

Signed-off-by: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
---
 lib/i915_pciids.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index d6cb2899..8e7ae30e 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -258,9 +258,7 @@
 	INTEL_VGA_DEVICE(0x0f30, info), \
 	INTEL_VGA_DEVICE(0x0f31, info), \
 	INTEL_VGA_DEVICE(0x0f32, info), \
-	INTEL_VGA_DEVICE(0x0f33, info), \
-	INTEL_VGA_DEVICE(0x0157, info), \
-	INTEL_VGA_DEVICE(0x0155, info)
+	INTEL_VGA_DEVICE(0x0f33, info)
 
 #define INTEL_BDW_ULT_GT1_IDS(info) \
 	INTEL_VGA_DEVICE(0x1606, info), /* GT1 ULT */ \
@@ -618,4 +616,8 @@
 	INTEL_VGA_DEVICE(0x4C90, info), \
 	INTEL_VGA_DEVICE(0x4C9A, info)
 
+/* DG1 */
+#define INTEL_DG1_IDS(info) \
+	INTEL_VGA_DEVICE(0x4905, info)
+
 #endif /* _I915_PCIIDS_H */
-- 
2.27.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2020-08-12  9:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12  9:05 [igt-dev] [PATCH i-g-t 0/2] lib/i915: Add DG1 platform definition Adam Miszczak
2020-08-12  9:05 ` Adam Miszczak [this message]
2020-08-12  9:40   ` [igt-dev] [PATCH i-g-t 1/2] lib: sync i915_pciids.h with kernel Petri Latvala
2020-08-12  9:05 ` [igt-dev] [PATCH i-g-t 2/2] lib/i915: Add DG1 platform definition Adam Miszczak
2020-08-12  9:42   ` Petri Latvala
2020-08-12  9:38 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-08-12 11:38 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20200812090548.4973-2-adam.miszczak@linux.intel.com \
    --to=adam.miszczak@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox