From 9f6ef81620f7e82c748ee0c48271f220d3f108fb Mon Sep 17 00:00:00 2001 From: Le Ma Date: Tue, 9 Jul 2019 09:23:11 -0500 Subject: [PATCH] drm/amdgpu/dce_virtual: add Arcturus virtual display support 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 Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c index 30a08f8ea4bcf..ee2210b8712c9 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c @@ -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; -- 2.47.2