diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-11-11 23:11:34 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 23:11:34 +1100 |
commit | 7ccf800e9415daf9214eb667318e356f9a3d81fc (patch) | |
tree | 90c60097909170f1248854d27f86aac71bdbe3b0 /drivers/char/drm/mga_drv.c | |
parent | c0be4d240483f3ebd138db467b5e8fbe15c520e2 (diff) |
drm: update mga driver for new bootstrap code
The MGA driver needs to use the full AGP interface.
From: Ian Romanick <idr@us.ibm.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/mga_drv.c')
-rw-r--r-- | drivers/char/drm/mga_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/mga_drv.c b/drivers/char/drm/mga_drv.c index eae2f91994e..93f171e634c 100644 --- a/drivers/char/drm/mga_drv.c +++ b/drivers/char/drm/mga_drv.c @@ -45,7 +45,7 @@ static struct pci_device_id pciidlist[] = { static struct drm_driver driver = { .driver_features = - DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | + DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_HAVE_DMA | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_IRQ_VBL, .load = mga_driver_load, |