projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa5d2e6
)
drm/amdgpu: increase max number of ip base instances to 8
author
Le Ma
<le.ma@amd.com>
Tue, 9 Jul 2019 14:20:24 +0000
(09:20 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:02 +0000
(14:18 -0500)
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>
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 ceb725a571a715a2f13428f8e1d2a8ce68aa4259..c4e04d14a1ee985bd8092909463ca5814d223ee4 100644
(file)
--- 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;