summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-05 11:11:22 +1000
committerDave Airlie <airlied@redhat.com>2008-06-05 11:11:22 +1000
commit967bd219116a4f20aec828b890a225d2f92afd0b (patch)
tree2ce03e7a65088bc53282eec6f9417942ad10939d /linux-core/i915_drv.c
parentcf1964f971cc298ece91064953f7d00ed13e541d (diff)
modesetting: initial attempt at debonging fb
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index 2aac4926..b81db3a6 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -42,6 +42,12 @@ static struct pci_device_id pciidlist[] = {
unsigned int i915_modeset = 0;
module_param_named(modeset, i915_modeset, int, 0400);
+unsigned int i915_fbpercrtc = 1;
+module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
+
+unsigned int i915_rightof = 1;
+module_param_named(i915_rightof, i915_rightof, int, 0400);
+
#ifdef I915_HAVE_FENCE
extern struct drm_fence_driver i915_fence_driver;
#endif