Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] IP28: fix MC GIOPAR setting
@ 2008-03-21 15:03 peter fuerst
  2008-03-21 19:47 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 6+ messages in thread
From: peter fuerst @ 2008-03-21 15:03 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf



We must not omit the MASTERGFX setting, unless we want Impact DMA to hang ;-)


Signed-off-by: peter fuerst <post@pfrst.de>


--- a/arch/mips/sgi-ip22/ip22-mc.c	Tue Jan 29 10:14:58 2008
+++ b/arch/mips/sgi-ip22/ip22-mc.c	Fri Mar 21 13:59:42 2008
@@ -180,7 +180,9 @@
 	/* First the basic invariants across all GIO64 implementations. */
 	tmp = SGIMC_GIOPAR_HPC64;	/* All 1st HPC's interface at 64bits */
 	tmp |= SGIMC_GIOPAR_ONEBUS;	/* Only one physical GIO bus exists */
-
+#ifdef CONFIG_SGI_IP28
+	tmp |= SGIMC_GIOPAR_MASTERGFX;	/* GFX can act as a bus master */
+#endif
 	if (ip22_is_fullhouse()) {
 		/* Fullhouse specific settings. */
 		if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) {

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-01 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 15:03 [PATCH] IP28: fix MC GIOPAR setting peter fuerst
2008-03-21 19:47 ` Thomas Bogendoerfer
2008-03-21 21:07   ` peter fuerst
2008-03-21 21:32     ` Thomas Bogendoerfer
2008-04-01 15:36       ` Ralf Baechle
2008-04-01 16:50         ` Markus Gothe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox