summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorFeifei Xu <Feifei.Xu@amd.com>2018-02-03 12:19:46 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-05-17 10:13:19 -0500
commitc6034aa2c4fc54bbe429cc6414f83a25bb4913f7 (patch)
treedb908aa902c93a8e8d85333e49761f15df6016d1 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent1fe6bf2f33fe6728cfb206e2ce476cb2d1dae406 (diff)
downloadop-kernel-dev-c6034aa2c4fc54bbe429cc6414f83a25bb4913f7.zip
op-kernel-dev-c6034aa2c4fc54bbe429cc6414f83a25bb4913f7.tar.gz
drm/amdgpu: Add vega20 to dc support check (v2)
v2: fix whitespace Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 2d46ad7..0e3f69d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2158,6 +2158,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
case CHIP_FIJI:
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
case CHIP_RAVEN:
#endif
OpenPOWER on IntegriCloud