diff options
author | Christian König <[email protected]> | 2018-08-22 15:47:37 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-08-27 15:12:23 -0500 |
commit | 248f2b8ef25c9505fc763d42bf5e2c9fcf94fd16 (patch) | |
tree | 011aa1b2698f984a16b7c77f2e3c6c15fc1fb50d /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
parent | 4f9ea1d0d1ed914092d9e03d87d80fa7e63ecc8f (diff) |
drm/amdgpu: remove extra root PD alignment
Just another leftover from radeon.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Junwei Zhang <[email protected]>
Acked-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 7a461eb76d44..94fe47890adf 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h @@ -49,9 +49,6 @@ struct amdgpu_bo_list_entry; /* number of entries in page table */ #define AMDGPU_VM_PTE_COUNT(adev) (1 << (adev)->vm_manager.block_size) -/* PTBs (Page Table Blocks) need to be aligned to 32K */ -#define AMDGPU_VM_PTB_ALIGN_SIZE 32768 - #define AMDGPU_PTE_VALID (1ULL << 0) #define AMDGPU_PTE_SYSTEM (1ULL << 1) #define AMDGPU_PTE_SNOOPED (1ULL << 2) |