summaryrefslogtreecommitdiff
path: root/linux-core/i830_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/i830_drv.c')
-rw-r--r--linux-core/i830_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i830_drv.c b/linux-core/i830_drv.c
index e5e069b8..d735aea7 100644
--- a/linux-core/i830_drv.c
+++ b/linux-core/i830_drv.c
@@ -90,6 +90,7 @@ static struct drm_driver driver = {
.dev_priv_size = sizeof(drm_i830_buf_priv_t),
.pretakedown = i830_driver_pretakedown,
.prerelease = i830_driver_prerelease,
+ .device_is_agp = i830_driver_device_is_agp,
.release = i830_driver_release,
.dma_quiescent = i830_driver_dma_quiescent,
.reclaim_buffers = i830_reclaim_buffers,