From: Anusha Srivatsa <anusha.srivatsa@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PATCH 3/3] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.
Date: Fri, 2 Jun 2017 10:31:44 -0700 [thread overview]
Message-ID: <1496424704-18013-3-git-send-email-anusha.srivatsa@intel.com> (raw)
In-Reply-To: <1496424704-18013-1-git-send-email-anusha.srivatsa@intel.com>
Add PCI Ids for H Sku by following the BSpec.
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
drivers/gpu/drm/i915/i915_pci.c | 1 +
include/drm/i915_pciids.h | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 534b144..bbfe2ef 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -479,6 +479,7 @@ static const struct pci_device_id pciidlist[] = {
INTEL_KBL_GT4_IDS(&intel_kabylake_gt3_info),
INTEL_CFL_U_IDS(&intel_coffeelake_info),
INTEL_CFL_S_IDS(&intel_coffeelake_info),
+ INTEL_CFL_H_IDS(&intel_coffeelake_info),
{0, 0, 0}
};
MODULE_DEVICE_TABLE(pci, pciidlist);
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 33dd853..0869771 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -344,8 +344,12 @@
INTEL_VGA_DEVICE(0x3E90, info), /* SRV GT1 */ \
INTEL_VGA_DEVICE(0x3E92, info) /* SRV GT2 */
+#define INTEL_CFL_H_IDS(info) \
+ INTEL_VGA_DEVICE(0x3E94, info) /* Halo GT2 */
+
#define INTEL_CFL_IDS(info) \
INTEL_CFL_U_IDS(info), \
- INTEL_CFL_S_IDS(info)
+ INTEL_CFL_S_IDS(info), \
+ INTEL_CFL_H_IDS(info)
#endif /* _I915_PCIIDS_H */
--
2.7.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-06-02 17:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-02 17:31 [PATCH 1/3] drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku Anusha Srivatsa
2017-06-02 17:31 ` [PATCH 2/3] drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus Anusha Srivatsa
2017-06-02 17:31 ` Anusha Srivatsa [this message]
2017-06-02 17:55 ` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku Patchwork
2017-06-02 20:49 ` [PATCH 1/3] " Rodrigo Vivi
2017-06-02 20:51 ` Rodrigo Vivi
2017-06-03 3:33 ` kbuild test robot
-- strict thread matches above, loose matches on Subject: below --
2017-06-06 22:08 Anusha Srivatsa
2017-06-06 22:08 ` [PATCH 3/3] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku Anusha Srivatsa
2017-06-06 22:31 ` Vivi, Rodrigo
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=1496424704-18013-3-git-send-email-anusha.srivatsa@intel.com \
--to=anusha.srivatsa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).