Skip to content

Commit 18f769f

Browse files
committed
drm/amdgpu: remove non-DC DCE 11 code
DC has been the default for ~8 years now and supports many things that the non-DC code does not (audio, DP MST, etc.). No DCE 11.x IPs ever supported analog encoders so that is not an issue. Finally drop this code. Acked-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 34f10da commit 18f769f

5 files changed

Lines changed: 0 additions & 3865 deletions

File tree

drivers/gpu/drm/amd/amdgpu/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ amdgpu-y += \
138138
# add DCE block
139139
amdgpu-y += \
140140
dce_v10_0.o \
141-
dce_v11_0.o \
142141
amdgpu_vkms.o
143142

144143
# add GFX block

drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "dce_v8_0.h"
1515
#endif
1616
#include "dce_v10_0.h"
17-
#include "dce_v11_0.h"
1817
#include "ivsrcid/ivsrcid_vislands30.h"
1918
#include "amdgpu_vkms.h"
2019
#include "amdgpu_display.h"
@@ -581,13 +580,6 @@ static int amdgpu_vkms_hw_init(struct amdgpu_ip_block *ip_block)
581580
case CHIP_TONGA:
582581
dce_v10_0_disable_dce(adev);
583582
break;
584-
case CHIP_CARRIZO:
585-
case CHIP_STONEY:
586-
case CHIP_POLARIS10:
587-
case CHIP_POLARIS11:
588-
case CHIP_VEGAM:
589-
dce_v11_0_disable_dce(adev);
590-
break;
591583
case CHIP_TOPAZ:
592584
#ifdef CONFIG_DRM_AMDGPU_SI
593585
case CHIP_HAINAN:

0 commit comments

Comments
 (0)