diff options
author | Dave Airlie <airlied@linux.ie> | 2005-06-29 03:06:47 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-06-29 03:06:47 +0000 |
commit | ae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (patch) | |
tree | 12a12adab3e8e277d79672016d9d097cbb1920b5 | |
parent | 2ce5ddec833195bc17c8ed062ce622460ffe0d6a (diff) |
these don't need reclaim buffers their release functions handle it
-rw-r--r-- | linux-core/i810_drv.c | 1 | ||||
-rw-r--r-- | linux-core/i830_drv.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 95b71083..128452c0 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -88,7 +88,6 @@ static struct drm_driver driver = { .device_is_agp = i810_driver_device_is_agp, .release = i810_driver_release, .dma_quiescent = i810_driver_dma_quiescent, - .reclaim_buffers = i810_reclaim_buffers, .get_map_ofs = drm_core_get_map_ofs, .get_reg_ofs = drm_core_get_reg_ofs, .postinit = postinit, diff --git a/linux-core/i830_drv.c b/linux-core/i830_drv.c index d735aea7..6b2955fe 100644 --- a/linux-core/i830_drv.c +++ b/linux-core/i830_drv.c @@ -93,7 +93,6 @@ static struct drm_driver driver = { .device_is_agp = i830_driver_device_is_agp, .release = i830_driver_release, .dma_quiescent = i830_driver_dma_quiescent, - .reclaim_buffers = i830_reclaim_buffers, .get_map_ofs = drm_core_get_map_ofs, .get_reg_ofs = drm_core_get_reg_ofs, #if USE_IRQS |