commit | 727ffdf2ac6d165f611b1accdf7f6ca770595aea | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Dec 22 17:13:03 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 27 11:34:31 2017 -0500 |
tree | bbc4600f81b5ca147fbd6e5186e726863343565f | |
parent | 6a83a553033d6c3d8fb4683a9c87833ace44121b [diff] |
drm/amdgpu: fix VM faults with per VM BOs There was a small window between unreserve and second reserve where the freshly allocated BO could have been evicted without the VM noticing it. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>