commit | f4fd28b6c78cef054daf8d8b8dff8ef614ddfc00 | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Sat Jun 29 01:50:35 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 03 14:31:57 2019 -0500 |
tree | 937ff0200150157f55bd48ab487c14fec0f7b1b7 | |
parent | e7e2505326496c140db26c797fafea48a492b8c2 [diff] |
drm/amdgpu: Fix tracking of invalid userptrs Restore the code that resets mem->invalid. Othewise so mapping userptrs after they got an MMU notifiers would always be skipped. This also avoids unnecessarily calling get_user_pages on BOs that have not been invalidated since the last try. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Philip Yang <Philip.Yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>