]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: drop WaMbcDriverBootEnable workaround
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 21 Aug 2013 15:08:55 +0000 (08:08 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 Aug 2013 22:08:17 +0000 (00:08 +0200)
commitfc29c37409325b6919bf81447afa922d4d4e02da
tree9bf5f21b24578fe4cd199e4282c0bed52a72eadd
parent940c608dfc575c4841c748f829e4f156374a90be
drm/i915: drop WaMbcDriverBootEnable workaround

Turns out the BIOS will do this for us as needed, and if we try to do it
again we risk hangs or other bad behavior.

Note that this seems to break libva on ChromeOS after resumes (but
strangely _not_ after booting up).

This essentially reverts

commit b4ae3f22d238617ca11610b29fde16cf8c0bc6e0
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Thu Jun 14 11:04:48 2012 -0700

    drm/i915: load boot context at driver init time

and

commit b3bf076697a68a8577f4a5f7407de0bb2b3b56ac
Author: Paulo Zanoni <paulo.r.zanoni@intel.com>
Date:   Tue Nov 20 13:27:44 2012 -0200

    drm/i915: implement WaMbcDriverBootEnable on Haswell

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reported-and-Tested-by: Stéphane Marchesin <marcheu@chromium.org>
[danvet: Add note about impact and regression citation.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c