diff options
| author | Le.Ma <[email protected]> | 2018-01-05 08:21:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-06-21 14:29:58 +0000 |
| commit | 6f298bd8158971cab2d9c1b7f9297b4ec73fe6ea (patch) | |
| tree | c01d3c686ecaa4b4b0dd863e3355015607519edc /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
| parent | drm/amdgpu/psp11: skip ta firmware for navi10 (diff) | |
| download | kernel-6f298bd8158971cab2d9c1b7f9297b4ec73fe6ea.tar.gz kernel-6f298bd8158971cab2d9c1b7f9297b4ec73fe6ea.zip | |
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 <[email protected]>
Reviewed-by: Hawking Zhang <[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.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); |
