diff options
author | Christian König <christian.koenig@amd.com> | 2017-11-30 09:41:28 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-12 14:46:06 -0500 |
commit | 78eb2f0c719e6427eb5ac36cebe18df0578421d2 (patch) | |
tree | eacc768d8834a7329476093b9547774e3b2d80b2 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
parent | 8f19cd78c986fb0eb24a1847931c096ec9e214a5 (diff) |
drm/amdgpu: remove keeping the addr of the VM PDs
No more double house keeping.
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 2f1d0c8c093a..e52bf980669f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -138,7 +138,7 @@ struct amdgpu_vm_bo_base { | |||
138 | 138 | ||
139 | struct amdgpu_vm_pt { | 139 | struct amdgpu_vm_pt { |
140 | struct amdgpu_vm_bo_base base; | 140 | struct amdgpu_vm_bo_base base; |
141 | uint64_t addr; | 141 | bool huge; |
142 | 142 | ||
143 | /* array of page tables, one for each directory entry */ | 143 | /* array of page tables, one for each directory entry */ |
144 | struct amdgpu_vm_pt *entries; | 144 | struct amdgpu_vm_pt *entries; |