commit | c8e5e010ef12df6707a1d711a5279a22f67a355e | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Mon Mar 31 10:20:30 2014 +0200 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Apr 03 09:31:37 2014 +0200 |
tree | 10d6c6f066e2d7e8d00502f11f059bb80f4b6c52 | |
parent | 2844ea3f252331cc0ecf3ae74f6226db2f580f8a [diff] |
drm/vmwgfx: Fix query buffer locking order violation The query buffers were reserved while holding the binding mutex, which caused a circular locking dependency. Cc: stable@vger.kernel.org Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>