commit | 31d0271d450f307f862d47d459f3ddf5b9c9e876 | [log] [tgz] |
---|---|---|
author | Yintian Tao <yttao@amd.com> | Mon Mar 16 15:45:58 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 19 00:03:04 2020 -0400 |
tree | af01a075323750a39ec09899e95c10a2e1fed85d | |
parent | 7287a6757825de78799731480ecccbc7c85cf45b [diff] |
drm/amdgpu: miss PRT case when bo update Originally, only the PTE valid is taken in consider. The PRT case is missied when bo update which raise problem. We need add condition for PRT case. v2: add PRT condition for amdgpu_vm_bo_update_mapping, too v3: fix one typo error Signed-off-by: Yintian Tao <yttao@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>