summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2018-04-10 12:30:59 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-04-11 13:14:01 -0500
commit1b59fb036a3e2a5bc4ce3d02c3fb473e595400c9 (patch)
tree2fe375370c18d45600940439f04d2aaac2c27fa4 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent2d4f9020d343a284429eff37ecc9d7e12133da4f (diff)
downloadtalos-op-linux-1b59fb036a3e2a5bc4ce3d02c3fb473e595400c9.tar.gz
talos-op-linux-1b59fb036a3e2a5bc4ce3d02c3fb473e595400c9.zip
drm/amdgpu: add MP1 and THM hw ip base reg offset
Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 0193f6ced00b..c8b605f3dc05 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1379,6 +1379,7 @@ enum amd_hw_ip_block_type {
ATHUB_HWIP,
NBIO_HWIP,
MP0_HWIP,
+ MP1_HWIP,
UVD_HWIP,
VCN_HWIP = UVD_HWIP,
VCE_HWIP,
@@ -1388,6 +1389,7 @@ enum amd_hw_ip_block_type {
SMUIO_HWIP,
PWR_HWIP,
NBIF_HWIP,
+ THM_HWIP,
MAX_HWIP
};
OpenPOWER on IntegriCloud