nouveau: Don't use DRIVER_USE_MTRR, we already setup our own mtrr over vram.

This commit is contained in:
Stephane Marchesin 2007-01-10 04:42:09 +01:00
parent f6ba3b2603
commit ec12209c76

View file

@ -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,