summaryrefslogtreecommitdiff
path: root/bsd-core/radeon_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-core/radeon_drv.c')
-rw-r--r--bsd-core/radeon_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/radeon_drv.c b/bsd-core/radeon_drv.c
index 5f7014e1..ef517f4c 100644
--- a/bsd-core/radeon_drv.c
+++ b/bsd-core/radeon_drv.c
@@ -52,6 +52,7 @@ static void radeon_configure(drm_device_t *dev)
dev->irq_postinstall = radeon_driver_irq_postinstall;
dev->irq_uninstall = radeon_driver_irq_uninstall;
dev->irq_handler = radeon_driver_irq_handler;
+ dev->dma_ioctl = radeon_cp_buffers;
/* XXX dev->reclaim_buffers = drm_core_reclaim_buffers;*/
/* XXX dev->get_map_ofs = drm_core_get_map_ofs;
dev->get_reg_ofs = drm_core_get_reg_ofs;*/