Commit effbf6ca authored by Alex Deucher's avatar Alex Deucher
Browse files

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: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0bb6d3db
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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");