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:
8ee273e
)
drm/amdgpu/soc15: Add ip blocks for vega20 (v2)
author
Feifei Xu
<
[email protected]
>
Fri, 20 Apr 2018 10:35:42 +0000
(18:35 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 17 May 2018 15:13:18 +0000
(10:13 -0500)
Same as vega10 now.
v2: squash in typo fix
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Feifei Xu <
[email protected]
>
Reviewed-by: Hawking Zhang <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/soc15.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/soc15.c
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index c3133d16de77badfbf33fa7aa94331a17d6b59dc..10337fb3fc1f189299948872d8990292cce12ea6 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/
drivers/gpu/drm/amd/amdgpu/soc15.c
@@
-508,6
+508,7
@@
int soc15_set_ip_blocks(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
amdgpu_device_ip_block_add(adev, &vega10_common_ip_block);
amdgpu_device_ip_block_add(adev, &gmc_v9_0_ip_block);
amdgpu_device_ip_block_add(adev, &vega10_ih_ip_block);