aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.h
diff options
context:
space:
mode:
authorFeifei Xu <Feifei.Xu@amd.com>2018-03-23 14:44:28 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-08-27 11:10:23 -0500
commitfe3c948918e7e3d18eed85571d32a2f7c4b63a84 (patch)
tree91ef11ac659b48921fb43f262d75df35e9ec0f1b /drivers/gpu/drm/amd/amdgpu/soc15.h
parentRevert "drm/amdgpu: Add nbio support for vega20 (v2)" (diff)
downloadlinux-dev-fe3c948918e7e3d18eed85571d32a2f7c4b63a84.tar.xz
linux-dev-fe3c948918e7e3d18eed85571d32a2f7c4b63a84.zip
drm/amdgpu: Add nbio 7.4 support for vega20 (v3)
Some register offset in nbio v7.4 are different with v7.0. We need a seperate nbio_v7_4.c for vega20. v2: fix doorbell range for sdma (Alex) v3: squash in static fix (kbuild test robot) Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.h b/drivers/gpu/drm/amd/amdgpu/soc15.h
index 1f714b7af520..f8ad7804dc40 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.h
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.h
@@ -26,6 +26,7 @@
#include "nbio_v6_1.h"
#include "nbio_v7_0.h"
+#include "nbio_v7_4.h"
#define SOC15_FLUSH_GPU_TLB_NUM_WREG 4
#define SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT 1