]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Disable FBC by default also on Haswell and later
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jun 2014 09:37:11 +0000 (10:37 +0100)
committerJani Nikula <jani.nikula@intel.com>
Wed, 11 Jun 2014 08:06:43 +0000 (11:06 +0300)
commitb0212b735d6cf501caaf083f6fb5aa8cc347fa7b
treefe9472fceaf2061424c361a44b829df53a40472d
parentdf9fe5769ea30369b6ff4fe794424a1afa883d28
drm/i915: Disable FBC by default also on Haswell and later

It causes black screen on bootup and is approximately 100x slower than
running with FBC disabled, so the GPU runs at a high frequency for much
longer - completely contrary to the power saving claims. It also still
has mutex deadlocks in multi-head scenarios, which can lead to a
system/X lockup. These bugs were known before FBC was enabled by default
on Haswell and still have not been fixed.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79716
Reported-and-tested-by: Jon Kristensen <info@jonkri.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: stable@vger.kernel.org
[Jani: update subject to reflect the actual change]
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_pm.c