diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-10 04:42:09 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-10 04:42:09 +0100 |
commit | ec12209c763d0ea258b3e1e567bf097f9e918265 (patch) | |
tree | 3103e5704d94609e4f40f305e52bbf5a86bdaf78 /linux-core/nouveau_drv.c | |
parent | f6ba3b2603c58b9f5624fd4a97511b2913ec7866 (diff) |
nouveau: Don't use DRIVER_USE_MTRR, we already setup our own mtrr over vram.
Diffstat (limited to 'linux-core/nouveau_drv.c')
-rw-r--r-- | linux-core/nouveau_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nouveau_drv.c b/linux-core/nouveau_drv.c index 91de2b31..ac030d89 100644 --- a/linux-core/nouveau_drv.c +++ b/linux-core/nouveau_drv.c @@ -38,7 +38,7 @@ extern int nouveau_max_ioctl; static int probe(struct pci_dev *pdev, const struct pci_device_id *ent); static struct drm_driver driver = { .driver_features = - DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_SG | + DRIVER_USE_AGP | DRIVER_PCI_DMA | DRIVER_SG | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED, .load = nouveau_load, .firstopen = nouveau_firstopen, |