drm/i915: Fix display corruption issues on Haswell
authorFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 14 Aug 2014 07:09:59 +0000 (09:09 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 14 Aug 2014 07:13:03 +0000 (09:13 +0200)
commit82046b5c4af24ef479241453db63a2f5883c5f50
tree1a1dc38d5fc31c4708bf2ca771bed9fa62447166
parent626b6155e27e4e23e44f7d2b4d06c1480379e122
drm/i915: Fix display corruption issues on Haswell

* The mid-level cache is setup differently on Haswell

* Haswell's PTE encoding has also changed; we have to know what
  GPU generation we're running on to write the correct attributes
  to the Graphics Translation Tables
sys/dev/drm/i915/i915_drv.h
sys/dev/drm/i915/i915_gem_gtt.c