summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-05-07 16:16:49 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-05-11 09:44:35 -0400
commiteffbf6ca7eafdadbb8a423ce40886d364632bbca (patch)
tree9c303de794b8c11c4325663170c54fd9372de913 /drivers/gpu/drm/amd/display
parent0bb6d3db4f75c960769de128f3bccb320b5d044d (diff)
downloadlinux-stable-effbf6ca7eafdadbb8a423ce40886d364632bbca.tar.gz
linux-stable-effbf6ca7eafdadbb8a423ce40886d364632bbca.tar.bz2
linux-stable-effbf6ca7eafdadbb8a423ce40886d364632bbca.zip
drm/amdgpu/display: remove an old DCN3 guard
The DCN3 guards were dropped a while ago, this one must have snuck in in a merge or something. Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index eab6befcb051..edd967e29b8b 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -3720,10 +3720,8 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
/* Use Outbox interrupt */
switch (adev->asic_type) {
-#if defined(CONFIG_DRM_AMD_DC_DCN3_0)
case CHIP_SIENNA_CICHLID:
case CHIP_NAVY_FLOUNDER:
-#endif
case CHIP_RENOIR:
if (register_outbox_irq_handlers(dm->adev)) {
DRM_ERROR("DM: Failed to initialize IRQ\n");