]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Make PTE valid encoding optional
authorBen Widawsky <benjamin.widawsky@intel.com>
Wed, 16 Oct 2013 16:18:21 +0000 (09:18 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 18 Oct 2013 13:40:21 +0000 (15:40 +0200)
commit6ac023736ebec5480dc52743d2fb32b61a6aba51
treef2b4868b97dc59e05699066ad06046f7e9186cbd
parent88cf93024b84efe72c9f36c75cee23debbea0967
drm/i915: Make PTE valid encoding optional

We need this to work around a corruption when the boot kernel image
loads the hibernated kernel image from swap on Haswell systems -
somehow not everything is properly shut off.

This is just the prep work, the next patch will implement the actual
workaround.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: Add a commit message suitable for -fixes and add cc: stable]
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_gtt.c