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:
435198f
)
drm/amdgpu:add new firmware id for VCN
author
Likun Gao
<Likun.Gao@amd.com>
Thu, 9 Aug 2018 16:31:40 +0000
(
00:31
+0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 13 Aug 2018 22:19:10 +0000
(17:19 -0500)
Add the new firmware id for VCN into the enum
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
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 edb7baf8f4c09e4b7a45046ddb1286f551243994..bdc472b6e64136ca5d0211429aee15cff6de152d 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@
-194,6
+194,7
@@
enum AMDGPU_UCODE_ID {
AMDGPU_UCODE_ID_SMC,
AMDGPU_UCODE_ID_UVD,
AMDGPU_UCODE_ID_VCE,
+ AMDGPU_UCODE_ID_VCN,
AMDGPU_UCODE_ID_MAXIMUM,
};