Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915/cml: Remove unsupport PCI ID
@ 2019-10-25 15:49 Lee Shawn C
  2019-10-25  8:41 ` Jani Nikula
                   ` (6 more replies)
  0 siblings, 7 replies; 32+ messages in thread
From: Lee Shawn C @ 2019-10-25 15:49 UTC (permalink / raw)
  To: intel-gfx; +Cc: Cooper Chiou, Jani Nikula, Lucas De Marchi

commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)'
introduced new PCI ID that CML support. But some sku
is not support yet so remove them avoid unexpected issue.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Signed-off-by: Lee Shawn C <shawn.c.lee@intel.com>
---
 include/drm/i915_pciids.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index a70c982ddff9..56e823cdc717 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -448,9 +448,7 @@
 #define INTEL_CML_GT1_IDS(info)	\
 	INTEL_VGA_DEVICE(0x9B21, info), \
 	INTEL_VGA_DEVICE(0x9BAA, info), \
-	INTEL_VGA_DEVICE(0x9BAB, info), \
 	INTEL_VGA_DEVICE(0x9BAC, info), \
-	INTEL_VGA_DEVICE(0x9BA0, info), \
 	INTEL_VGA_DEVICE(0x9BA5, info), \
 	INTEL_VGA_DEVICE(0x9BA8, info), \
 	INTEL_VGA_DEVICE(0x9BA4, info), \
@@ -460,9 +458,7 @@
 #define INTEL_CML_GT2_IDS(info)	\
 	INTEL_VGA_DEVICE(0x9B41, info), \
 	INTEL_VGA_DEVICE(0x9BCA, info), \
-	INTEL_VGA_DEVICE(0x9BCB, info), \
 	INTEL_VGA_DEVICE(0x9BCC, info), \
-	INTEL_VGA_DEVICE(0x9BC0, info), \
 	INTEL_VGA_DEVICE(0x9BC5, info), \
 	INTEL_VGA_DEVICE(0x9BC8, info), \
 	INTEL_VGA_DEVICE(0x9BC4, info), \
-- 
2.17.1

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

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

end of thread, other threads:[~2019-10-28 10:02 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25 15:49 [PATCH 1/2] drm/i915/cml: Remove unsupport PCI ID Lee Shawn C
2019-10-25  8:41 ` Jani Nikula
2019-10-25  8:41   ` [Intel-gfx] " Jani Nikula
2019-10-25 11:56   ` Lee, Shawn C
2019-10-25 11:56     ` [Intel-gfx] " Lee, Shawn C
2019-10-25  9:08 ` ✗ Fi.CI.BUILD: failure for series starting with [1/2] " Patchwork
2019-10-25  9:08   ` [Intel-gfx] " Patchwork
2019-10-25 15:49 ` [Intel-gfx] [PATCH 1/2] " Lee Shawn C
2019-10-25 15:49 ` [PATCH 2/2] drm/i915/cml: Separate U sereis pci id from origianl list Lee Shawn C
2019-10-25  8:43   ` Jani Nikula
2019-10-25  8:43     ` [Intel-gfx] " Jani Nikula
2019-10-25 15:49   ` Lee Shawn C
2019-10-25 20:25   ` [PATCH v2 " Lee Shawn C
2019-10-25 19:34     ` Rodrigo Vivi
2019-10-25 19:34       ` [Intel-gfx] " Rodrigo Vivi
2019-10-25 20:25     ` Lee Shawn C
2019-10-25 17:17 ` ✗ Fi.CI.BUILD: failure for series starting with [v4] drm/i915/cml: Remove unsupport PCI ID (rev5) Patchwork
2019-10-25 17:17   ` [Intel-gfx] " Patchwork
2019-10-25 20:24 ` [PATCH v2 1/2] commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' introduced new PCI ID that CML support. But some sku is not support yet so remove them Lee Shawn C
2019-10-25 20:24   ` [Intel-gfx] " Lee Shawn C
2019-10-25 20:29   ` [PATCH] drm/i915/cml: Remove unsupport PCI ID Lee Shawn C
2019-10-25 20:29     ` [Intel-gfx] " Lee Shawn C
2019-10-25 20:32   ` [PATCH v4] " Lee Shawn C
2019-10-25 16:59     ` James Ausmus
2019-10-25 16:59       ` [Intel-gfx] " James Ausmus
2019-10-25 20:32     ` Lee Shawn C
2019-10-28 17:03     ` [PATCH v6 1/2] " Lee Shawn C
2019-10-28 17:03       ` [Intel-gfx] " Lee Shawn C
2019-10-28 17:03       ` [PATCH v6 2/2] drm/i915/cml: Separate U series pci id from origianl list Lee Shawn C
2019-10-28 17:03         ` [Intel-gfx] " Lee Shawn C
2019-10-28 10:02 ` ✗ Fi.CI.BUILD: failure for series starting with [v6,2/2] drm/i915/cml: Separate U series pci id from origianl list. (rev7) Patchwork
2019-10-28 10:02   ` [Intel-gfx] " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox