aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-05-15 19:43:56 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-20 11:26:06 +0200
commitee87697f8bc4da0aea6fe1a825c734fb5e4a5b3b (patch)
tree72fd4d16a8f840639c73621cb7f578a138ba05dc /include/drm
parentdrm/i915: Don't expose ARGB1555 on gen2/3 (diff)
downloadlinux-dev-ee87697f8bc4da0aea6fe1a825c734fb5e4a5b3b.tar.xz
linux-dev-ee87697f8bc4da0aea6fe1a825c734fb5e4a5b3b.zip
drm/i915/bxt: Update the Broxton PCI ids
Cc: Imre Deak <imre.deak@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_pciids.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index bd0d644d2a03..17c445612e01 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -286,11 +286,9 @@
INTEL_SKL_GT2_IDS(info), \
INTEL_SKL_GT3_IDS(info)
-
#define INTEL_BXT_IDS(info) \
INTEL_VGA_DEVICE(0x0A84, info), \
- INTEL_VGA_DEVICE(0x0A85, info), \
- INTEL_VGA_DEVICE(0x0A86, info), \
- INTEL_VGA_DEVICE(0x0A87, info)
+ INTEL_VGA_DEVICE(0x1A84, info), \
+ INTEL_VGA_DEVICE(0x5A84, info)
#endif /* _I915_PCIIDS_H */