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:
227f3dc
)
drm/amdgpu: add picasso ucode loading method
author
Likun Gao
<Likun.Gao@amd.com>
Tue, 10 Jul 2018 12:15:45 +0000
(20:15 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 14 Sep 2018 14:35:11 +0000
(09:35 -0500)
Same as raven.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 1fa8bc33785992645d34fe9cdbd0cf4a2f0a466d..acb4c66fe89b2c708136fff4efe569fa075d50e1 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@
-303,6
+303,7
@@
amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type)
return AMDGPU_FW_LOAD_SMU;
case CHIP_VEGA10:
case CHIP_RAVEN:
+ case CHIP_PICASSO:
case CHIP_VEGA12:
case CHIP_VEGA20:
if (!load_type)