I have a machine with a Xeon E3-1225v2 CPU, which includes integrated
Intel P4000 graphics. This required a patch back in 2015 to avoid matching
on the mythical "Intel Quanta Transcode" device, which kettenis@ committed
here:

http://marc.info/?l=openbsd-cvs&m=144342287923444&w=2

The recent update to inteldrm broke X on this system, because this patch
got lost.

The patch below has been tested and restores inteldrm functionality with
P4000 graphics.

Thanks,

-- 

Joe Gidi
j...@entropicblur.com



Index: i915_drv.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/drm/i915/i915_drv.c,v
retrieving revision 1.103
diff -u -p -u -r1.103 i915_drv.c
--- i915_drv.c  1 Jul 2017 16:14:10 -0000       1.103
+++ i915_drv.c  4 Jul 2017 21:13:48 -0000
@@ -424,7 +424,6 @@ static const struct intel_device_info in
        INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info),   \
        INTEL_SNB_D_IDS(&intel_sandybridge_d_info),     \
        INTEL_SNB_M_IDS(&intel_sandybridge_m_info),     \
-       INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */ \
        INTEL_IVB_M_IDS(&intel_ivybridge_m_info),       \
        INTEL_IVB_D_IDS(&intel_ivybridge_d_info),       \
        INTEL_HSW_D_IDS(&intel_haswell_d_info), \


Reply via email to