drm/amdgpu/dce_virtual: add Arcturus virtual display support
authorLe Ma <le.ma@amd.com>
Tue, 9 Jul 2019 14:23:11 +0000 (09:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:02 +0000 (14:18 -0500)
Virtual dce is a sw only display driver for emulation and
virtualization and cases where we want to use a virtual
display subsystem.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c

index 30a08f8ea4bcf2c32d8b526fb0d4dc2a258665cf..ee2210b8712c9ca02d834ab4fed903fe273e2fa8 100644 (file)
@@ -457,6 +457,7 @@ static int dce_virtual_hw_init(void *handle)
        case CHIP_VEGA10:
        case CHIP_VEGA12:
        case CHIP_VEGA20:
+       case CHIP_ARCTURUS:
        case CHIP_NAVI10:
        case CHIP_NAVI14:
                break;