commit | c41d271d751ea023f67f1ea755e144b49079b6d5 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Feb 09 16:13:37 2016 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Feb 12 15:32:07 2016 -0500 |
tree | 45944f26b707a6dff1b28dfdc31ccc10775aa923 | |
parent | e7813d0cd8b6183fcd967843ab1f53e43e05423c [diff] |
drm/amdgpu: remove the userptr rmn->lock Avoid a lock inversion problem by just using the mmap_sem to protect the entries of the intervall tree. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>