Skip to content

Commit effbf6c

Browse files
committed
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 0bb6d3d commit effbf6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3720,10 +3720,8 @@ static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
37203720

37213721
/* Use Outbox interrupt */
37223722
switch (adev->asic_type) {
3723-
#if defined(CONFIG_DRM_AMD_DC_DCN3_0)
37243723
case CHIP_SIENNA_CICHLID:
37253724
case CHIP_NAVY_FLOUNDER:
3726-
#endif
37273725
case CHIP_RENOIR:
37283726
if (register_outbox_irq_handlers(dm->adev)) {
37293727
DRM_ERROR("DM: Failed to initialize IRQ\n");

0 commit comments

Comments
 (0)