Skip to content

Commit cffefd9

Browse files
committed
drm/radeon: do a posting read in cik_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: Alex Deucher <[email protected]> Cc: [email protected]
1 parent 0586915 commit cffefd9

File tree

1 file changed

+3
-0
lines changed
  • drivers/gpu/drm/radeon

1 file changed

+3
-0
lines changed

drivers/gpu/drm/radeon/cik.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7555,6 +7555,9 @@ int cik_irq_set(struct radeon_device *rdev)
75557555
WREG32(DC_HPD5_INT_CONTROL, hpd5);
75567556
WREG32(DC_HPD6_INT_CONTROL, hpd6);
75577557

7558+
/* posting read */
7559+
RREG32(SRBM_STATUS);
7560+
75587561
return 0;
75597562
}
75607563

0 commit comments

Comments
 (0)