commit | 67cb4b4dd4b3bb38626a841200638a4e953ea3fd | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 26 00:31:26 2011 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jul 19 22:51:04 2012 -0400 |
tree | e2d819303f3eb1fc85434510f4b0473ee7766996 | |
parent | a344a7e7c27776950a70ce4b829a9ac15a212e65 [diff] |
drm: unconditionally clean up dma buffers of closing clients With the last patch to ditch DMA_QUEUE support, we should be able to call the dma cleanup uncoditionally, even when the master has disappeared. Do so because it just makes more sense. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>