diff options
Diffstat (limited to 'shared/mach64_dma.c')
-rw-r--r-- | shared/mach64_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/mach64_dma.c b/shared/mach64_dma.c index 0acb784d..1ec2e3c6 100644 --- a/shared/mach64_dma.c +++ b/shared/mach64_dma.c @@ -1333,5 +1333,6 @@ static void mach64_driver_pretakedown(drm_device_t *dev) void mach64_driver_register_fns(drm_device_t *dev) { + dev->driver_features = DRIVER_USE_AGP | DRIVER_USE_MTRR; dev->fn_tbl.pretakedown = mach64_driver_pretakedown; } |