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:
341b4ce
)
drm/amdgpu/virtual_dce: Add vega20 support
author
Feifei Xu
<
[email protected]
>
Fri, 20 Apr 2018 05:48:23 +0000
(13:48 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 17 May 2018 15:13:13 +0000
(10:13 -0500)
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/dce_virtual.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index de7be3de0f416692f8677385908fc5880fbd85fa..dbf2ccd0c7447c5c6b9d887c740897fdc0a82a04 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@
-473,6
+473,7
@@
static int dce_virtual_hw_init(void *handle)
break;
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
break;
default:
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);