Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65cb15a6 authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/radeon: avivo chips have no separate int bit for display



display interrupts are not enabled via this register, the
DISPLAY_INT bit is a status only to show that other regs
need to be read.

Noticed by Alex Deucher

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent b15591f3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -272,11 +272,9 @@ int rs600_irq_set(struct radeon_device *rdev)
		tmp |= RADEON_SW_INT_ENABLE;
	}
	if (rdev->irq.crtc_vblank_int[0]) {
		tmp |= AVIVO_DISPLAY_INT_STATUS;
		mode_int |= AVIVO_D1MODE_INT_MASK;
	}
	if (rdev->irq.crtc_vblank_int[1]) {
		tmp |= AVIVO_DISPLAY_INT_STATUS;
		mode_int |= AVIVO_D2MODE_INT_MASK;
	}
	WREG32(RADEON_GEN_INT_CNTL, tmp);