aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2017-11-03 18:22:16 +0000
committerAlex Deucher <[email protected]>2018-05-15 18:43:54 +0000
commitbe2c8cde0b867033914fc48d51b0cca0481b39b6 (patch)
treecc6908b20a342f8e9671e2e3b841d2f992274313 /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu: add VEGAM SMU firmware support (diff)
downloadkernel-be2c8cde0b867033914fc48d51b0cca0481b39b6.tar.gz
kernel-be2c8cde0b867033914fc48d51b0cca0481b39b6.zip
drm/amdgpu/virtual_dce: add VEGAM support
Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_virtual.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index 6454cc371f57..de7be3de0f41 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@ -460,8 +460,9 @@ static int dce_virtual_hw_init(void *handle)
break;
case CHIP_CARRIZO:
case CHIP_STONEY:
- case CHIP_POLARIS11:
case CHIP_POLARIS10:
+ case CHIP_POLARIS11:
+ case CHIP_VEGAM:
dce_v11_0_disable_dce(adev);
break;
case CHIP_TOPAZ: