freebsd-ports/x11-drivers/xf86-video-intel/files/patch-i915kms
Koop Mast 7911f2065e Remove UMS DDX support (xf86-video-intel 2.7.1).
Use INSTALL_TARGET=install-strip for stripping.
Rename patches to patch-.
Add two patches to fix crashing the 1.14 xserver.
2014-10-28 11:02:44 +00:00

13 lines
422 B
Text

--- src/intel_device.c.orig 2013-06-30 16:03:51.000000000 +0200
+++ src/intel_device.c 2013-07-02 14:08:34.903060688 +0200
@@ -94,8 +94,8 @@
pci->domain, pci->bus, pci->dev, pci->func);
ret = drmCheckModesettingSupported(id);
- if (ret) {
- if (xf86LoadKernelModule("i915"))
+ if (ret || 1) {
+ if (xf86LoadKernelModule("i915kms"))
ret = drmCheckModesettingSupported(id);
if (ret)
return -1;