All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs
@ 2018-03-16  3:14 Liwei Song
  2018-03-16  3:14 ` [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus Liwei Song
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Liwei Song @ 2018-03-16  3:14 UTC (permalink / raw)
  To: Chris; +Cc: intel-gfx

These two patches use to add CoffeeLake H and U PCI IDs to xf86-video-intel
to enable graphic support.

Thanks,
Liwei.


Liwei Song (2):
  Add Coffeelake PCI IDs for H Skus
  Add Coffeelake PCI IDs for U Skus

 src/i915_pciids.h  | 10 ++++++++++
 src/intel_module.c |  8 ++++++++
 2 files changed, 18 insertions(+)

-- 
2.7.4

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus
  2018-03-16  3:14 [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Liwei Song
@ 2018-03-16  3:14 ` Liwei Song
  2018-03-16  3:14 ` [PATCH xf86-video-intel 2/2] Add Coffeelake PCI IDs for U Skus Liwei Song
  2018-05-02  9:50 ` [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Chris Wilson
  2 siblings, 0 replies; 4+ messages in thread
From: Liwei Song @ 2018-03-16  3:14 UTC (permalink / raw)
  To: Chris; +Cc: intel-gfx

Add the Coffeelake PCI IDs based on the following kernel patches:

commit ccfd13215fd25a0e8c28221f3acc0dcaec11cd15
Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
Date:   Thu Jun 8 16:41:06 2017 -0700

    drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
---
 src/i915_pciids.h  | 4 ++++
 src/intel_module.c | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index 77b200f4a844..31f94f86d984 100644
--- a/src/i915_pciids.h
+++ b/src/i915_pciids.h
@@ -333,4 +333,8 @@
 	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E96, info)  /* SRV GT2 */
 
+#define INTEL_CFL_H_IDS(info) \
+	INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
+	INTEL_VGA_DEVICE(0x3E94, info)  /* Halo GT2 */
+
 #endif /* _I915_PCIIDS_H */
diff --git a/src/intel_module.c b/src/intel_module.c
index ffbd1923d688..1691bea37c2f 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -313,6 +313,8 @@ static const SymTabRec intel_chipsets[] = {
 	{0x3E91, "HD Graphics"},
 	{0x3E92, "HD Graphics"},
 	{0x3E96, "HD Graphics"},
+	{0x3E9B, "HD Graphics"},
+	{0x3E94, "HD Graphics"},
 
 	/* When adding new identifiers, also update:
 	 * 1. intel_identify()
@@ -370,6 +372,7 @@ static const struct pci_id_match intel_device_match[] = {
 	INTEL_GLK_IDS(&intel_geminilake_info),
 
 	INTEL_CFL_S_IDS(&intel_coffeelake_info),
+	INTEL_CFL_H_IDS(&intel_coffeelake_info),
 
 	INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
 #endif
-- 
2.7.4

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH xf86-video-intel 2/2] Add Coffeelake PCI IDs for U Skus
  2018-03-16  3:14 [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Liwei Song
  2018-03-16  3:14 ` [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus Liwei Song
@ 2018-03-16  3:14 ` Liwei Song
  2018-05-02  9:50 ` [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Chris Wilson
  2 siblings, 0 replies; 4+ messages in thread
From: Liwei Song @ 2018-03-16  3:14 UTC (permalink / raw)
  To: Chris; +Cc: intel-gfx

Add the Coffeelake PCI IDs based on the following kernel patch:

commit d29fe702c9cb682df99146d24d06e5455f043101
Author: Anusha Srivatsa <anusha.srivatsa@intel.com>
Date:   Thu Jun 8 16:41:07 2017 -0700

    drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
---
 src/i915_pciids.h  | 6 ++++++
 src/intel_module.c | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index 31f94f86d984..aadd41522bc6 100644
--- a/src/i915_pciids.h
+++ b/src/i915_pciids.h
@@ -337,4 +337,10 @@
 	INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
 	INTEL_VGA_DEVICE(0x3E94, info)  /* Halo GT2 */
 
+#define INTEL_CFL_U_IDS(info) \
+	INTEL_VGA_DEVICE(0x3EA6, info), /* ULT GT3 */ \
+	INTEL_VGA_DEVICE(0x3EA7, info), /* ULT GT3 */ \
+	INTEL_VGA_DEVICE(0x3EA8, info), /* ULT GT3 */ \
+	INTEL_VGA_DEVICE(0x3EA5, info)  /* ULT GT3 */
+
 #endif /* _I915_PCIIDS_H */
diff --git a/src/intel_module.c b/src/intel_module.c
index 1691bea37c2f..3ecc27ea4fdf 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -315,6 +315,10 @@ static const SymTabRec intel_chipsets[] = {
 	{0x3E96, "HD Graphics"},
 	{0x3E9B, "HD Graphics"},
 	{0x3E94, "HD Graphics"},
+	{0x3EA5, "HD Graphics"},
+	{0x3EA6, "HD Graphics"},
+	{0x3EA7, "HD Graphics"},
+	{0x3EA8, "HD Graphics"},
 
 	/* When adding new identifiers, also update:
 	 * 1. intel_identify()
@@ -373,6 +377,7 @@ static const struct pci_id_match intel_device_match[] = {
 
 	INTEL_CFL_S_IDS(&intel_coffeelake_info),
 	INTEL_CFL_H_IDS(&intel_coffeelake_info),
+	INTEL_CFL_U_IDS(&intel_coffeelake_info),
 
 	INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
 #endif
-- 
2.7.4

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs
  2018-03-16  3:14 [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Liwei Song
  2018-03-16  3:14 ` [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus Liwei Song
  2018-03-16  3:14 ` [PATCH xf86-video-intel 2/2] Add Coffeelake PCI IDs for U Skus Liwei Song
@ 2018-05-02  9:50 ` Chris Wilson
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2018-05-02  9:50 UTC (permalink / raw)
  To: Liwei Song; +Cc: intel-gfx

Quoting Liwei Song (2018-03-16 03:14:16)
> These two patches use to add CoffeeLake H and U PCI IDs to xf86-video-intel
> to enable graphic support.

And finally applied.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-02  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16  3:14 [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Liwei Song
2018-03-16  3:14 ` [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus Liwei Song
2018-03-16  3:14 ` [PATCH xf86-video-intel 2/2] Add Coffeelake PCI IDs for U Skus Liwei Song
2018-05-02  9:50 ` [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs Chris Wilson

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.