commit | 2143287d4ed7b7c712aa053f0fb592cdcb71525e | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 09 23:32:46 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Aug 11 12:04:16 2015 +0200 |
tree | 82079bd632dd150dd026a038686aaa86f7452192 | |
parent | c325f88d7d8a58fbfaaa5bb9c1d39f2cb4fba827 [diff] |
drm/qxl: Don't take dev->struct_mutex in bo_force_delete It really doesn't protect anything which doesn't have other locks already. It also doesn't seem to be wired up into the driver unload code fwiw, but that's a different issue. Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>