summaryrefslogtreecommitdiff
path: root/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__device.c
blob: 03b9df8e74b79a1f653d5aa6b310aefae03a5006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
i915 requires KMS, so FreeBSD uses suffix to distinguish drm1 and drm2 drivers.
drm-kmod kept the same name at the cost of conflict with in-base drm2.

--- src/intel_device.c.orig	2019-02-21 22:26:50 UTC
+++ src/intel_device.c
@@ -204,6 +204,7 @@ static inline struct intel_device *intel_device(ScrnIn
 }
 
 static const char *kernel_module_names[] ={
+	"i915kms",
 	"i915",
 	NULL,
 };