diff options
author | Le.Ma <Le.Ma@amd.com> | 2018-01-05 16:21:18 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-21 09:29:58 -0500 |
commit | 6f298bd8158971cab2d9c1b7f9297b4ec73fe6ea (patch) | |
tree | c01d3c686ecaa4b4b0dd863e3355015607519edc /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
parent | a954f3ffc7fef951407790246f9bb046eef385c3 (diff) | |
download | linux-6f298bd8158971cab2d9c1b7f9297b4ec73fe6ea.tar.bz2 |
drm/amdgpu: enable virtual display feature for navi10
Virtual display is a pure sw implementation of KMS for use
in virtualization and for bring up and emulation.
Signed-off-by: Le.Ma <Le.Ma@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 1 |
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 e4cc1d48eaab..8be4e4faca8e 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c @@ -455,6 +455,7 @@ static int dce_virtual_hw_init(void *handle) case CHIP_VEGA10: case CHIP_VEGA12: case CHIP_VEGA20: + case CHIP_NAVI10: break; default: DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type); |