commit | 8eb8e322ec07392e8c8008437216c38c310ff6c7 | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyuw@linux.intel.com> | Wed Oct 23 17:43:27 2019 +0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 23 23:55:29 2019 +0100 |
tree | b0fad4a9f12c52fb919b64fa3cf7afaf18147195 | |
parent | 058179e72e0956a2dfe4927db6cbe5fbfb2406aa [diff] |
drm/i915/gvt: fix dead locking in early workload shadow As early workload scan and shadow happens in execlist mmio handler, which has already taken vgpu_lock. So remove extra lock taking here. Fixes: 952f89f098c7 ("drm/i915/gvt: Wean off struct_mutex") Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>