acf7790
From: Josh Boyer <jwboyer@fedoraproject.org>
acf7790
Date: Thu, 29 Jan 2015 14:03:17 -0500
acf7790
Subject: [PATCH] drm/i915: Disable verbose state checks
acf7790
acf7790
For stable releases, we disable the verbose state checks in the i915 driver.
acf7790
They are mostly for development purposes and they fill the retrace server
acf7790
to the point of uselessness.  We leave these enabled in rawhide kernels,
acf7790
where they are both more likely to get attention from upstream and more
acf7790
likely to be fixable.
acf7790
acf7790
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
acf7790
---
acf7790
 drivers/gpu/drm/i915/i915_params.c | 2 +-
acf7790
 1 file changed, 1 insertion(+), 1 deletion(-)
acf7790
acf7790
diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c
acf7790
index db07153b693f..c049fe3fbdff 100644
acf7790
--- a/drivers/gpu/drm/i915/i915_params.c
acf7790
+++ b/drivers/gpu/drm/i915/i915_params.c
acf7790
@@ -51,7 +51,7 @@ struct i915_params i915 __read_mostly = {
acf7790
 	.disable_vtd_wa = 0,
acf7790
 	.use_mmio_flip = 0,
acf7790
 	.mmio_debug = 0,
acf7790
-	.verbose_state_checks = 1,
acf7790
+	.verbose_state_checks = 0,
acf7790
 };
acf7790
 
acf7790
 module_param_named(modeset, i915.modeset, int, 0400);
acf7790
-- 
acf7790
2.1.0
acf7790