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:
8a6fcd3
)
drm/amdgpu/: add ucodeID for 2nd vcn instance
author
James Zhu
<James.Zhu@amd.com>
Tue, 4 Jun 2019 18:44:33 +0000
(14:44 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:05 +0000
(14:18 -0500)
add ucodeID for 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_ucode.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index c1fb6dc86440d880593e9554d301dbacffe5274c..2be106e81eda9b63362cb03e48b7f58e7449e3b5 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@
-281,6
+281,7
@@
enum AMDGPU_UCODE_ID {
AMDGPU_UCODE_ID_UVD1,
AMDGPU_UCODE_ID_VCE,
AMDGPU_UCODE_ID_VCN,
+ AMDGPU_UCODE_ID_VCN1,
AMDGPU_UCODE_ID_DMCU_ERAM,
AMDGPU_UCODE_ID_DMCU_INTV,
AMDGPU_UCODE_ID_VCN0_RAM,