diff options
| author | Christian König <[email protected]> | 2018-01-16 19:31:15 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:18:11 +0000 |
| commit | 250b422833321d1d5a6e68ae8699c4e34563de0e (patch) | |
| tree | 7a2f87d1a5202a2adedbfff054b218a3a143812e /drivers/gpu/drm/amd/amdgpu/soc15.h | |
| parent | drm/amdgpu: add PASID mapping for GMC v8 (diff) | |
| download | kernel-250b422833321d1d5a6e68ae8699c4e34563de0e.tar.gz kernel-250b422833321d1d5a6e68ae8699c4e34563de0e.zip | |
drm/amdgpu: add PASID mapping for GMC v9
This way we can see the PASID in VM faults.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Chunming Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.h b/drivers/gpu/drm/amd/amdgpu/soc15.h index a6b3b00d55e4..0f63ed674d0b 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15.h @@ -27,7 +27,7 @@ #include "nbio_v6_1.h" #include "nbio_v7_0.h" -#define SOC15_FLUSH_GPU_TLB_NUM_WREG 3 +#define SOC15_FLUSH_GPU_TLB_NUM_WREG 4 extern const struct amd_ip_funcs soc15_common_ip_funcs; |
