aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
diff options
context:
space:
mode:
authorLe Ma <[email protected]>2019-07-09 14:23:11 +0000
committerAlex Deucher <[email protected]>2019-07-18 19:18:02 +0000
commit9f6ef81620f7e82c748ee0c48271f220d3f108fb (patch)
treedf24b216956013dfbe14adae4897dff7fb200b66 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c
parentdrm/amdgpu: set Arcturus fw load type as direct (diff)
downloadkernel-9f6ef81620f7e82c748ee0c48271f220d3f108fb.tar.gz
kernel-9f6ef81620f7e82c748ee0c48271f220d3f108fb.zip
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 <[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 30a08f8ea4bc..ee2210b8712c 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;