public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Fwd: New radeonfb: some troubles]
@ 2004-02-15 22:12 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-15 22:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list

Fix proper detection of the "noaccel" command line argument for
new radeonfb so we can boot without acceleration. Useful when
diagnosing an accel-related problem.

Ben.


--- radeon_base.c.orig	Sun Feb 15 17:01:11 2004
+++ radeon_base.c	Sun Feb 15 17:35:13 2004
@@ -2331,7 +2331,7 @@
 			continue;
 
 		if (!strncmp(this_opt, "noaccel", 7)) {
-			radeonfb_noaccel = 1;
+			noaccel = radeonfb_noaccel = 1;
 		} else if (!strncmp(this_opt, "mirror", 6)) {
 			mirror = 1;
 		} else if (!strncmp(this_opt, "force_dfp", 9)) {




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-15 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-15 22:12 [Fwd: New radeonfb: some troubles] Benjamin Herrenschmidt

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