projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa8cb0
)
drm/amdgpu: extend HWIP_MAX_INSTANCE to 28
author
Hawking Zhang
<Hawking.Zhang@amd.com>
Tue, 17 May 2022 14:10:41 +0000
(22:10 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 17 Oct 2022 21:41:19 +0000
(17:41 -0400)
more ip instances are available
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@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 ae9371b172e3a53acc567b6ad24427b28bb041f8..3ce91f660c3f3b22ba2ec289d8003a44623f79f3 100644
(file)
--- 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))