CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/25 14:29:38
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
New mesa uses the I915_MMAP_WC flag which we advertise but don't actually
implement. Knock out the I915_PARAM_MMAP_VERSION parameter that advertises
this flag until we actually implement it.
Fixes GPU hangs on GM45 chipset graphics.
ok deraadt@
