aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
diff options
context:
space:
mode:
authorXiaojie Yuan <[email protected]>2019-01-16 02:23:17 +0000
committerAlex Deucher <[email protected]>2019-07-18 19:17:59 +0000
commit691f69b6a6b283e488ac91581640fd4e8fdb8c4a (patch)
treec292e23e20e0dab66ecd4e862162a14fe7b9eaeb /drivers/gpu/drm/amd/amdgpu/dce_virtual.c
parentdrm/amdgpu: add ip blocks for navi14 (diff)
downloadkernel-691f69b6a6b283e488ac91581640fd4e8fdb8c4a.tar.gz
kernel-691f69b6a6b283e488ac91581640fd4e8fdb8c4a.zip
drm/amdgpu: enable virtual display for navi14
Virtual display is a sw based kms interface for virtualization and emulation. Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[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 3cc0a16649f9..30a08f8ea4bc 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@ -458,6 +458,7 @@ static int dce_virtual_hw_init(void *handle)
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_NAVI10:
+ case CHIP_NAVI14:
break;
default:
DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);