diff options
| author | Jack Xiao <[email protected]> | 2019-02-22 07:34:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-06-21 02:35:29 +0000 |
| commit | 7f95167ce131674ab77b46e4064f053e6c6f1552 (patch) | |
| tree | b95bcff98e4c34e1425d22ea06335bb7fff3568f /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
| parent | drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10 (diff) | |
| download | kernel-7f95167ce131674ab77b46e4064f053e6c6f1552.tar.gz kernel-7f95167ce131674ab77b46e4064f053e6c6f1552.zip | |
drm/amdgpu: refine the PTE encoding of PRT for navi10
Due to GCR change from navi10, the PTE encoding of PRT
needs change VSCTL = 01111 (was 0XX1X).
Signed-off-by: Jack Xiao <[email protected]>
Reviewed-by: Hawking Zhang <[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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 778eb13ab1b8..489a162ca620 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h @@ -67,6 +67,8 @@ struct amdgpu_bo_list_entry; /* PDE is handled as PTE for VEGA10 */ #define AMDGPU_PDE_PTE (1ULL << 54) +#define AMDGPU_PTE_LOG (1ULL << 55) + /* PTE is handled as PDE for VEGA10 (Translate Further) */ #define AMDGPU_PTE_TF (1ULL << 56) |
