Actually apply the i915 verbose state check disable patch

This commit is contained in:
Josh Boyer 2015-05-14 20:04:55 -04:00
parent 1b0edc7d9b
commit a8e97b2402
2 changed files with 3 additions and 6 deletions

View File

@ -14,7 +14,7 @@ Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c
index db07153b693f..c049fe3fbdff 100644
index 44f2262a5553..09566acd995d 100644
--- a/drivers/gpu/drm/i915/i915_params.c
+++ b/drivers/gpu/drm/i915/i915_params.c
@@ -51,7 +51,7 @@ struct i915_params i915 __read_mostly = {
@ -23,9 +23,6 @@ index db07153b693f..c049fe3fbdff 100644
.mmio_debug = 0,
- .verbose_state_checks = 1,
+ .verbose_state_checks = 0,
.nuclear_pageflip = 0,
.nuclear_pageflip = 0,
};
--
2.1.0

View File

@ -1343,7 +1343,7 @@ ApplyPatch efi-Add-esrt-support.patch
# Intel DRM
ApplyPatch drm-i915-hush-check-crtc-state.patch
# ApplyPatch drm-i915-Disable-verbose-state-checks.patch
ApplyPatch drm-i915-Disable-verbose-state-checks.patch
# Radeon DRM