commit | c30fdd75a1e81c42f3f7f52aede4c5f99d5d418f | [log] [tgz] |
---|---|---|
author | Lloyd Atkinson <latkinso@codeaurora.org> | Wed Sep 13 09:21:06 2017 -0400 |
committer | Lloyd Atkinson <latkinso@codeaurora.org> | Wed Sep 13 13:38:37 2017 -0400 |
tree | e0d117eda9f181362c3a21d788b0564b68de3c49 | |
parent | 84a47e8cf6f87952efa16773bb39fe0c4a3cde28 [diff] |
drm/msm: hold struct_mutex during gem import Take the struct mutex during msm_gem_import before calling msm_gem_new_impl which expects to be called with the struct mutex held. The mutex is required to protect the device private inactive_list, and other paths that modify the list hold the mutex. Change-Id: If951b689f4899ece5239d1c6c559e20d149a6e2c Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org>