From: Anusha Srivatsa Date: Fri, 30 Oct 2020 21:15:43 +0000 (-0700) Subject: drm/i915/ehl: Remove invalid PCI ID X-Git-Tag: v5.11-rc1~206^2~5^2~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e8e272f1368b26053440fcf3b0ef0693f9e706e;p=thirdparty%2Fkernel%2Flinux.git drm/i915/ehl: Remove invalid PCI ID Update the EHL PCI IDs from BSpec. Remove the invalid ones. Cc: Ville Syrjälä Signed-off-by: Anusha Srivatsa Reviewed-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20201102193034.28055-1-anusha.srivatsa@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 3b5ed1e4f3ec6..28428e08a8d3e 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -584,7 +584,6 @@ /* EHL */ #define INTEL_EHL_IDS(info) \ - INTEL_VGA_DEVICE(0x4500, info), \ INTEL_VGA_DEVICE(0x4571, info), \ INTEL_VGA_DEVICE(0x4551, info), \ INTEL_VGA_DEVICE(0x4541, info), \