From: Anusha Srivatsa Date: Fri, 30 Oct 2020 21:15:43 +0000 (-0700) Subject: drm/i915/ehl: Remove invalid PCI ID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e8e272f1368b26053440fcf3b0ef0693f9e706e;p=linux.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), \