commit | 82a3b6701ab1e2cdfb64cf163fc6d1a4576329ff | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Wed Nov 29 14:57:37 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Dec 04 11:24:34 2017 +0800 |
tree | b4a085b36dcf861983769eb42b05b089607087b0 | |
parent | 4a136d590bd4c579bb3df154363a3e5b51cb36ce [diff] |
drm/i915/gvt: Free dmabuf_obj list in intel_vgpu_dmabuf_cleanup The per vGPU dmabuf_obj list should be released in intel_vgpu_dmabuf_ cleanup, which is invoked either in the process of closing a VM or in the process of removing a vGPU. Fixes: e3a0d7976c53 ("drm/i915/gvt: Handle orphan dmabuf_objs") Signed-off-by: Tina Zhang <tina.zhang@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>