summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-26 00:20:57 +0200
committerDave Airlie <airlied@redhat.com>2012-07-19 22:50:28 -0400
commitb0071efe827f68cf173e1a8868b70618e9aca7d7 (patch)
tree94b8d7ea720143811f223a2ae5ed2e7365390b52 /include/drm
parente2b3c5b64b35af35b0715936f88212c457394c2f (diff)
downloadlinux-3.10-b0071efe827f68cf173e1a8868b70618e9aca7d7.tar.gz
linux-3.10-b0071efe827f68cf173e1a8868b70618e9aca7d7.tar.bz2
linux-3.10-b0071efe827f68cf173e1a8868b70618e9aca7d7.zip
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 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 259a7619c46..022db5a768a 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -876,8 +876,6 @@ struct drm_driver {
void (*irq_preinstall) (struct drm_device *dev);
int (*irq_postinstall) (struct drm_device *dev);
void (*irq_uninstall) (struct drm_device *dev);
- void (*reclaim_buffers) (struct drm_device *dev,
- struct drm_file * file_priv);
void (*set_version) (struct drm_device *dev,
struct drm_set_version *sv);