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)
commit67cb4b4dd4b3bb38626a841200638a4e953ea3fd
treee2d819303f3eb1fc85434510f4b0473ee7766996
parenta344a7e7c27776950a70ce4b829a9ac15a212e65
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>
drivers/gpu/drm/drm_fops.c