提交 982a1348 编写于 作者: A Alex Xie 提交者: Alex Deucher

drm/amdgpu: change pte definitions to 64 bit

Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: NChristian König <christian.koenig@amd.com>
Signed-off-by: NAlex Xie <AlexBin.Xie@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 35ba15f0
...@@ -63,7 +63,7 @@ struct amdgpu_bo_list_entry; ...@@ -63,7 +63,7 @@ struct amdgpu_bo_list_entry;
#define AMDGPU_PTE_READABLE (1ULL << 5) #define AMDGPU_PTE_READABLE (1ULL << 5)
#define AMDGPU_PTE_WRITEABLE (1ULL << 6) #define AMDGPU_PTE_WRITEABLE (1ULL << 6)
#define AMDGPU_PTE_FRAG(x) ((x & 0x1f) << 7) #define AMDGPU_PTE_FRAG(x) ((x & 0x1fULL) << 7)
#define AMDGPU_PTE_PRT (1ULL << 63) #define AMDGPU_PTE_PRT (1ULL << 63)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册