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>
Loading
Please register or sign in to comment