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