drm: unconditionally clean up dma buffers of closing clients
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Oct 2011 22:31:26 +0000 (00:31 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Jul 2012 02:51:04 +0000 (22:51 -0400)
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>

No differences found