diff options
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; |