projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da061d
)
drm/amdgpu/: increase AMDGPU_MAX_RINGS to add 2nd vcn instance
author
James Zhu
<James.Zhu@amd.com>
Tue, 9 Jul 2019 16:07:51 +0000
(11:07 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:05 +0000
(14:18 -0500)
increase AMDGPU_MAX_RINGS to add 2nd vcn instance
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
index 4410c97ac9b7feff85e9671219c904576d1ff1f6..930316e601554003a42ae3a2fb83473a205379e3 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
@@
-29,7
+29,7
@@
#include <drm/drm_print.h>
/* max number of rings */
-#define AMDGPU_MAX_RINGS 2
4
+#define AMDGPU_MAX_RINGS 2
8
#define AMDGPU_MAX_GFX_RINGS 2
#define AMDGPU_MAX_COMPUTE_RINGS 8
#define AMDGPU_MAX_VCE_RINGS 3