Re: [Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID

2019-12-12 Thread Ville Syrjälä
On Tue, Dec 10, 2019 at 11:04:14PM +0800, Lee Shawn C wrote: > commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' > introduced new PCI ID that CML support. But some PCI > IDs were removed in BSpec for CML. This patch is used > to eliminate the unsed ID. > > Cc: Rodrigo Vivi > Cc: Jani Nikula

[Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID

2019-12-09 Thread Lee Shawn C
commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' introduced new PCI ID that CML support. But some PCI IDs were removed in BSpec for CML. This patch is used to eliminate the unsed ID. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- in

[Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID

2019-10-25 Thread Lee Shawn C
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. v2: remove some inaccurate descriptions. v3: fix typo. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Sign