summaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-04-30 18:39:31 +0000
committerMark Johnston <markj@FreeBSD.org>2017-04-30 18:39:31 +0000
commit8737316f36c2c55983d451363c9bd3832807f3e6 (patch)
tree067d453cefc7a1d80f368e20eed40768958a80d7 /sys/dev/drm2
parent1af32b02a6b5a5563d0be18cb5d778e55bb7efd1 (diff)
Notes
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/drm_pciids.h1
-rw-r--r--sys/dev/drm2/i915/i915_drv.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/drm2/drm_pciids.h b/sys/dev/drm2/drm_pciids.h
index b1a95b60c835..d861ac87284c 100644
--- a/sys/dev/drm2/drm_pciids.h
+++ b/sys/dev/drm2/drm_pciids.h
@@ -54,6 +54,7 @@
{0x8086, 0x0412, 0, "Intel Haswell (GT2 desktop)"}, \
{0x8086, 0x0416, 0, "Intel Haswell (GT2 mobile)"}, \
{0x8086, 0x041A, 0, "Intel Haswell (GT2 server)"}, \
+ {0x8086, 0x041E, 0, "Intel Haswell (GT2 desktop)"}, \
{0x8086, 0x0422, 0, "Intel Haswell (GT2 desktop)"}, \
{0x8086, 0x0426, 0, "Intel Haswell (GT2 mobile)"}, \
{0x8086, 0x042A, 0, "Intel Haswell (GT2 server)"}, \
diff --git a/sys/dev/drm2/i915/i915_drv.c b/sys/dev/drm2/i915/i915_drv.c
index 0e54e9d1a0f3..621316d132b9 100644
--- a/sys/dev/drm2/i915/i915_drv.c
+++ b/sys/dev/drm2/i915/i915_drv.c
@@ -380,6 +380,7 @@ static const struct intel_gfx_device_id {
INTEL_VGA_DEVICE(0x016a, &intel_ivybridge_d_info), /* GT2 server */
INTEL_VGA_DEVICE(0x0402, &intel_haswell_d_info), /* GT1 desktop */
INTEL_VGA_DEVICE(0x0412, &intel_haswell_d_info), /* GT2 desktop */
+ INTEL_VGA_DEVICE(0x041e, &intel_haswell_d_info), /* GT2 desktop */
INTEL_VGA_DEVICE(0x0422, &intel_haswell_d_info), /* GT2 desktop */
INTEL_VGA_DEVICE(0x040a, &intel_haswell_d_info), /* GT1 server */
INTEL_VGA_DEVICE(0x041a, &intel_haswell_d_info), /* GT2 server */