commit | dfb6ae4e14bd6542ee6caa8f661f269c94e19a9f | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Thu Nov 23 16:26:37 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Dec 04 11:24:34 2017 +0800 |
tree | 0bd6378ed5d75945d776c4ed2299aba88a447793 | |
parent | e546e281d33d1fc275651aa06f0659045db67e68 [diff] |
drm/i915/gvt: Handle orphan dmabuf_objs dmabuf_obj's destruction relys on GEM release operation, which is managed in i915 driver. And there is a time window between vgpu's destruction and its dmabuf_objs' destruction. This patch is to free the orphan dmabuf_objs correctly after the vgpu passes away. Signed-off-by: Tina Zhang <tina.zhang@intel.com> Cc: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>