[Fwd: New radeonfb: some troubles]

From: Benjamin Herrenschmidt
Date: Sun Feb 15 2004 - 17:16:09 EST


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)) {



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/