mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 00:00:13 +01:00
nouveau: Don't use DRIVER_USE_MTRR, we already setup our own mtrr over vram.
This commit is contained in:
parent
f6ba3b2603
commit
ec12209c76
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue