aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2017-09-01 20:37:59 +0000
committerAlex Deucher <[email protected]>2018-03-21 19:24:35 +0000
commitf79f3fc1412e16ad7bbf18caca5f7c304f822eb6 (patch)
tree9bd619ee7eabb646ce0f33b66b043468accf4237 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c
parentdrm/amdgpu: specify vega12 vce firmware (diff)
downloadkernel-f79f3fc1412e16ad7bbf18caca5f7c304f822eb6.tar.gz
kernel-f79f3fc1412e16ad7bbf18caca5f7c304f822eb6.zip
drm/amdgpu/virtual_dce: add vega12 support
Add virtual dce support for vega12. Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Reviewed-by: Feifei Xu <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_virtual.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index 8201a0929ca2..b51f05dc9582 100644
--- 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)
/* no DCE */
break;
case CHIP_VEGA10:
+ case CHIP_VEGA12:
break;
default:
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);