diff options
author | Anusha Srivatsa <anusha.srivatsa@intel.com> | 2020-10-30 14:15:43 -0700 |
---|---|---|
committer | Anusha Srivatsa <anusha.srivatsa@intel.com> | 2020-11-03 16:36:20 -0800 |
commit | 0e8e272f1368b26053440fcf3b0ef0693f9e706e (patch) | |
tree | f17355c08f5b499a124371cfa79bec979a267641 /include/drm/i915_pciids.h | |
parent | 139caf7ca2866cd0a45814ff938cb0c33920a266 (diff) |
drm/i915/ehl: Remove invalid PCI ID
Update the EHL PCI IDs from BSpec.
Remove the invalid ones.
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201102193034.28055-1-anusha.srivatsa@intel.com
Diffstat (limited to 'include/drm/i915_pciids.h')
-rw-r--r-- | include/drm/i915_pciids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 3b5ed1e4f3ec..28428e08a8d3 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), \ |