diff options
author | Christian König <christian.koenig@amd.com> | 2016-08-03 11:39:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-10 14:05:20 -0400 |
commit | 3a8a6ab4a59fdc812fe020d97726ff925b341ec8 (patch) | |
tree | 516b90a26608a4c555951e984fd59d979db2a699 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 61cb8cef526d238de2ff278d9e562a6239d8f98a (diff) |
drm/amdgpu: remove unused VM defines
Not used for a long time.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 5a4af87bb209..3b7330c3825f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -829,8 +829,6 @@ struct amdgpu_ring { | |||
829 | 829 | ||
830 | /* PTBs (Page Table Blocks) need to be aligned to 32K */ | 830 | /* PTBs (Page Table Blocks) need to be aligned to 32K */ |
831 | #define AMDGPU_VM_PTB_ALIGN_SIZE 32768 | 831 | #define AMDGPU_VM_PTB_ALIGN_SIZE 32768 |
832 | #define AMDGPU_VM_PTB_ALIGN_MASK (AMDGPU_VM_PTB_ALIGN_SIZE - 1) | ||
833 | #define AMDGPU_VM_PTB_ALIGN(a) (((a) + AMDGPU_VM_PTB_ALIGN_MASK) & ~AMDGPU_VM_PTB_ALIGN_MASK) | ||
834 | 832 | ||
835 | #define AMDGPU_PTE_VALID (1 << 0) | 833 | #define AMDGPU_PTE_VALID (1 << 0) |
836 | #define AMDGPU_PTE_SYSTEM (1 << 1) | 834 | #define AMDGPU_PTE_SYSTEM (1 << 1) |