diff --git a/drm-i915-Disable-verbose-state-checks.patch b/drm-i915-Disable-verbose-state-checks.patch new file mode 100644 index 000000000..fc9808d24 --- /dev/null +++ b/drm-i915-Disable-verbose-state-checks.patch @@ -0,0 +1,31 @@ +From: Josh Boyer +Date: Thu, 29 Jan 2015 14:03:17 -0500 +Subject: [PATCH] drm/i915: Disable verbose state checks + +For stable releases, we disable the verbose state checks in the i915 driver. +They are mostly for development purposes and they fill the retrace server +to the point of uselessness. We leave these enabled in rawhide kernels, +where they are both more likely to get attention from upstream and more +likely to be fixable. + +Signed-off-by: Josh Boyer +--- + drivers/gpu/drm/i915/i915_params.c | 2 +- + 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 +--- 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 = { + .disable_vtd_wa = 0, + .use_mmio_flip = 0, + .mmio_debug = 0, +- .verbose_state_checks = 1, ++ .verbose_state_checks = 0, + .nuclear_pageflip = 0, + }; + +-- +2.1.0 + diff --git a/kernel.spec b/kernel.spec index ca26ca0c8..743289498 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 200 +%global baserelease 201 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -560,6 +560,7 @@ Patch1020: efi-Add-esrt-support.patch # nouveau + drm fixes # intel drm is all merged upstream Patch1826: drm-i915-hush-check-crtc-state.patch +Patch1827: drm-i915-Disable-verbose-state-checks.patch # Quiet boot fixes @@ -1343,6 +1344,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 # Radeon DRM @@ -2276,8 +2278,9 @@ fi # ||----w | # || || %changelog -* Thu May 14 2015 Justin M. Forbes - 4.0.3-200 +* Thu May 14 2015 Justin M. Forbes - 4.0.3-201 - Linux v4.0.3 +- Disable i915 verbose state checks * Mon May 11 2015 Laura Abbott - 3.19.8-200 - Linux v3.19.8