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:
8fd2d84
)
drm/amdgpu: Add vega20 ucode loading method
author
Feifei Xu
<
[email protected]
>
Fri, 20 Apr 2018 05:38:24 +0000
(13:38 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 17 May 2018 15:13:11 +0000
(10:13 -0500)
The same as vega10.
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Feifei Xu <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Reviewed-by: Hawking Zhang <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
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 75592bd04d6ad65fb1c08cd6e020b0492f7d2af7..b419d6e33b3abe1e34eb22ad752f9da161cdfd90 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)
case CHIP_VEGA10:
case CHIP_RAVEN:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
if (!load_type)
return AMDGPU_FW_LOAD_DIRECT;
else