commit | 87e919d741f9bf07f8aad6f096c6ebc3345a9856 | [log] [tgz] |
---|---|---|
author | Ping Gao <ping.a.gao@intel.com> | Tue Jul 04 14:53:03 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Aug 10 10:26:07 2017 +0800 |
tree | 841df1c05b31fcf48a821792286b0040b9870a56 | |
parent | d0302e74003bf1f0fc41c06948b745204c4704ea [diff] |
drm/i915/gvt: To check whether workload scan and shadow has mutex hold The function workload scan and shadow have to hold the drm.struct_mutex before called. To avoid misusing of this function, add a lockdep assert in it. Signed-off-by: Ping Gao <ping.a.gao@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>