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

Commit 030b28dc authored by Alex Deucher's avatar Alex Deucher Committed by Sasha Levin
Browse files

drm/radeon: do a posting read in si_set_irq

[ Upstream commit 0586915ec10d0ae60de5cd3381ad25a704760402 ]

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
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 09e605b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6192,6 +6192,9 @@ int si_irq_set(struct radeon_device *rdev)

	WREG32(CG_THERMAL_INT, thermal_int);

	/* posting read */
	RREG32(SRBM_STATUS);

	return 0;
}