commit | b0071efe827f68cf173e1a8868b70618e9aca7d7 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 26 00:20:57 2011 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jul 19 22:50:28 2012 -0400 |
tree | 94b8d7ea720143811f223a2ae5ed2e7365390b52 | |
parent | e2b3c5b64b35af35b0715936f88212c457394c2f [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>