aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-01-16 20:31:15 +0100
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:18:11 -0500
commit250b422833321d1d5a6e68ae8699c4e34563de0e (patch)
tree7a2f87d1a5202a2adedbfff054b218a3a143812e /drivers/gpu/drm/amd/amdgpu/soc15.h
parentdrm/amdgpu: add PASID mapping for GMC v8 (diff)
downloadlinux-dev-250b422833321d1d5a6e68ae8699c4e34563de0e.tar.xz
linux-dev-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 <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.h2
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;