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

Commit 0586915e authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: do a posting read in si_set_irq

To make sure the writes go through the pci bridge.

bug:
https://bugzilla.kernel.org/show_bug.cgi?id=90741



Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent c320bb5f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6203,6 +6203,9 @@ int si_irq_set(struct radeon_device *rdev)

	WREG32(CG_THERMAL_INT, thermal_int);

	/* posting read */
	RREG32(SRBM_STATUS);

	return 0;
}