commit | 025af189fb44250206dd8a32fa4a682392af3301 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri Nov 20 11:43:50 2015 -0800 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Nov 26 15:47:38 2015 +0100 |
tree | 93faacb2ab517087da07341fc4b2fadb4eb6674c | |
parent | 2f1371614a5d49428846b90673a89036518dffad [diff] |
drm/ttm: Fixed a read/write lock imbalance In ttm_write_lock(), the uninterruptible path should call __ttm_write_lock() not __ttm_read_lock(). This fixes a vmwgfx hang on F23 start up. syeh: Extracted this from one of Thomas' internal patches. Cc: <stable@vger.kernel.org> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>