projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d514ed1
)
drm/amdgpu: Increase the maximum number of IP instances
author
Hawking Zhang
<Hawking.Zhang@amd.com>
Mon, 3 Feb 2025 02:42:10 +0000
(10:42 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:29 +0000
(13:56 -0500)
SOC v1_0 supports a greater number of IP instances.
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index
221671d
..
63b95e6
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@
-798,7
+798,7
@@
enum amd_hw_ip_block_type {
MAX_HWIP
};
-#define HWIP_MAX_INSTANCE 4
4
+#define HWIP_MAX_INSTANCE 4
8
#define HW_ID_MAX 300
#define IP_VERSION_FULL(mj, mn, rv, var, srev) \