commit | c4d4c1c66be58e1e91a2eeada02c0cbdeb5fb350 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 10 16:35:23 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 10 19:10:05 2017 +0000 |
tree | aae6a67362d0185019db2a0f71c6241a50deedae | |
parent | 94d4a2a9aeec18d9a67f3353bfb9861402719fbd [diff] |
drm/i915: Flush the freed object queue on device release As dmabufs may live beyond the PCI device removal, we need to flush the freed object worker on device release, and include a warning in case there is a leak. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170210163523.17533-3-chris@chris-wilson.co.uk