aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorHawking Zhang <[email protected]>2022-05-17 14:10:41 +0000
committerAlex Deucher <[email protected]>2022-10-17 21:41:19 +0000
commit7a94c8602fbe585fac636dae355cf73b53d50866 (patch)
treebf8132d55b63c2676e9aa952c7e14928b039e410 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: allow secure submission on gfx11 and sdma6 (diff)
downloadkernel-7a94c8602fbe585fac636dae355cf73b53d50866.tar.gz
kernel-7a94c8602fbe585fac636dae355cf73b53d50866.zip
drm/amdgpu: extend HWIP_MAX_INSTANCE to 28
more ip instances are available Acked-by: Christian König <[email protected]> Signed-off-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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 ae9371b172e3..3ce91f660c3f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -678,7 +678,7 @@ enum amd_hw_ip_block_type {
MAX_HWIP
};
-#define HWIP_MAX_INSTANCE 11
+#define HWIP_MAX_INSTANCE 28
#define HW_ID_MAX 300
#define IP_VERSION(mj, mn, rv) (((mj) << 16) | ((mn) << 8) | (rv))