summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-11-08 18:07:12 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 13:43:55 -0500
commit675fd32b2730f362b425a65f99fcc1eae8898fc5 (patch)
tree97b0609bfb4a6eb2a2dea0e18875f94f21953a70 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentbe2c8cde0b867033914fc48d51b0cca0481b39b6 (diff)
downloadop-kernel-dev-675fd32b2730f362b425a65f99fcc1eae8898fc5.zip
op-kernel-dev-675fd32b2730f362b425a65f99fcc1eae8898fc5.tar.gz
drm/amdgpu: add VEGAM dc support check
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 7929ff8..e6657ec 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2147,9 +2147,10 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
case CHIP_MULLINS:
case CHIP_CARRIZO:
case CHIP_STONEY:
- case CHIP_POLARIS11:
case CHIP_POLARIS10:
+ case CHIP_POLARIS11:
case CHIP_POLARIS12:
+ case CHIP_VEGAM:
case CHIP_TONGA:
case CHIP_FIJI:
case CHIP_VEGA10:
OpenPOWER on IntegriCloud