From ae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 29 Jun 2005 03:06:47 +0000 Subject: these don't need reclaim buffers their release functions handle it --- linux-core/i810_drv.c | 1 - linux-core/i830_drv.c | 1 - 2 files changed, 2 deletions(-) (limited to 'linux-core') 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 -- cgit v1.2.3