summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-05 15:55:03 +1000
committerDave Airlie <airlied@redhat.com>2008-06-05 15:55:03 +1000
commitb31adb005afc5553fb30aa2c1710faee299bc730 (patch)
treeb01fcfc349afbc0915ee73b18e34e440801b5365 /linux-core/i915_drv.c
parentefcf066eff690887ace33c0f1192168a31115805 (diff)
drm/modesetting: more fb interface cleanups
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index f4c50752..f755dcd4 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -42,7 +42,7 @@ static struct pci_device_id pciidlist[] = {
unsigned int i915_modeset = 0;
module_param_named(modeset, i915_modeset, int, 0400);
-unsigned int i915_fbpercrtc = 1;
+unsigned int i915_fbpercrtc = 0;
module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
unsigned int i915_rightof = 1;