summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorLe Ma <le.ma@amd.com>2019-07-09 09:20:24 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 14:18:02 -0500
commit113b47e78067db00cc449b6666916715d02ed01c (patch)
tree58fb505e6f25af6578a988662e9065e925bab249 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentfa5d2e6f0ab273e55786991699127334bf8ef034 (diff)
drm/amdgpu: increase max number of ip base instances to 8
For Arcturus, the number of IP base instances is 8. Signed-off-by: Le Ma <le.ma@amd.com> Acked-by: Snow Zhang < Snow.Zhang@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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ceb725a571a7..c4e04d14a1ee 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -737,7 +737,7 @@ enum amd_hw_ip_block_type {
MAX_HWIP
};
-#define HWIP_MAX_INSTANCE 7
+#define HWIP_MAX_INSTANCE 8
struct amd_powerplay {
void *pp_handle;