aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/r128
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-25 18:20:57 -0400
committerDave Airlie <airlied@redhat.com>2012-07-19 22:50:28 -0400
commitb0071efe827f68cf173e1a8868b70618e9aca7d7 (patch)
tree94b8d7ea720143811f223a2ae5ed2e7365390b52 /drivers/gpu/drm/r128
parente2b3c5b64b35af35b0715936f88212c457394c2f (diff)
drm: kill reclaim_buffers callback
All leftover users either haven't set DRIVER_HAVE_DMA, in which case this will never be called, or use the drm_core implementation. Call that directly in the only callsite. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/r128')
-rw-r--r--drivers/gpu/drm/r128/r128_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/r128/r128_drv.c b/drivers/gpu/drm/r128/r128_drv.c
index 88718fad5d6d..2666a5308ab9 100644
--- a/drivers/gpu/drm/r128/r128_drv.c
+++ b/drivers/gpu/drm/r128/r128_drv.c
@@ -71,7 +71,6 @@ static struct drm_driver driver = {
71 .irq_postinstall = r128_driver_irq_postinstall, 71 .irq_postinstall = r128_driver_irq_postinstall,
72 .irq_uninstall = r128_driver_irq_uninstall, 72 .irq_uninstall = r128_driver_irq_uninstall,
73 .irq_handler = r128_driver_irq_handler, 73 .irq_handler = r128_driver_irq_handler,
74 .reclaim_buffers = drm_core_reclaim_buffers,
75 .ioctls = r128_ioctls, 74 .ioctls = r128_ioctls,
76 .dma_ioctl = r128_cce_buffers, 75 .dma_ioctl = r128_cce_buffers,
77 .fops = &r128_driver_fops, 76 .fops = &r128_driver_fops,