summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/linux/linux-moblin-2.6.29.1/linux-2.6.19-modesetting-by-default.patch
blob: 32b99a99b81cd60be449bc44ba2a4793555ab9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- linux-2.6.28/drivers/gpu/drm/i915/i915_drv.c~	2009-02-20 21:36:06.000000000 -0800
+++ linux-2.6.28/drivers/gpu/drm/i915/i915_drv.c	2009-02-20 21:36:06.000000000 -0800
@@ -35,7 +35,7 @@
 #include "drm_pciids.h"
 #include <linux/console.h>
 
-static unsigned int i915_modeset = -1;
+static unsigned int i915_modeset = 1;
 module_param_named(modeset, i915_modeset, int, 0400);
 
 unsigned int i915_fbpercrtc = 0;