summaryrefslogtreecommitdiff
path: root/linux-core/nouveau_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/nouveau_drv.c')
-rw-r--r--linux-core/nouveau_drv.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/linux-core/nouveau_drv.c b/linux-core/nouveau_drv.c
index 2aca7536..8b0abf08 100644
--- a/linux-core/nouveau_drv.c
+++ b/linux-core/nouveau_drv.c
@@ -31,9 +31,12 @@
int nouveau_mm_enabled = 0;
module_param_named(mm_enabled, nouveau_mm_enabled, int, 0400);
-unsigned int nouveau_modeset = 0; /* kms */
+int nouveau_modeset = 0; /* kms */
module_param_named(modeset, nouveau_modeset, int, 0400);
+int nouveau_fbpercrtc = 0;
+module_param_named(fbpercrtc, nouveau_fbpercrtc, int, 0400);
+
static struct pci_device_id pciidlist[] = {
{
PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID),