summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-04-30 08:23:32 -0300
committerRenato Botelho <renato@netgate.com>2018-04-30 08:23:32 -0300
commit8d882f60e34a4ffa79ce70fbe5e65485e0ad9a54 (patch)
treec8e14375d030ac6b54ab8c1be7ece4e1b22be055
parenta751511f8dabb0a25563dea55787338011e756ae (diff)
downloadFreeBSD-src-8d882f60e34a4ffa79ce70fbe5e65485e0ad9a54.zip
FreeBSD-src-8d882f60e34a4ffa79ce70fbe5e65485e0ad9a54.tar.gz
Add 0x0f31 device support to DRM
-rw-r--r--sys/dev/drm2/i915/i915_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/drm2/i915/i915_drv.c b/sys/dev/drm2/i915/i915_drv.c
index 621316d..e41338d 100644
--- a/sys/dev/drm2/i915/i915_drv.c
+++ b/sys/dev/drm2/i915/i915_drv.c
@@ -416,6 +416,7 @@ static const struct intel_gfx_device_id {
INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT2 mobile */
INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT2 mobile */
INTEL_VGA_DEVICE(0x0f30, &intel_valleyview_m_info),
+ INTEL_VGA_DEVICE(0x0f31, &intel_valleyview_m_info),
INTEL_VGA_DEVICE(0x0157, &intel_valleyview_m_info),
INTEL_VGA_DEVICE(0x0155, &intel_valleyview_d_info),
{0, 0}
OpenPOWER on IntegriCloud