summaryrefslogtreecommitdiff
path: root/linux-core/savage_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/savage_dma.c')
-rw-r--r--linux-core/savage_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/savage_dma.c b/linux-core/savage_dma.c
index 34410116..271d1f23 100644
--- a/linux-core/savage_dma.c
+++ b/linux-core/savage_dma.c
@@ -37,4 +37,5 @@
void DRM(driver_register_fns)(drm_device_t *dev)
{
+ dev->driver_features = DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR;
}