commit | cc1de6e800c253172334f8774c419dc64401cd2e | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Feb 08 10:57:22 2016 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 10 14:07:52 2016 -0500 |
tree | 40de20901e3f0d8b867d2682b6ed20d3a5e0f333 | |
parent | f6ff4f67cdf8455d0a4226eeeaf5af17c37d05eb [diff] |
drm/amdgpu: fix issue with overlapping userptrs Otherwise we could try to evict overlapping userptr BOs in get_user_pages(), leading to a possible circular locking dependency. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org