drm/i915: Enable full PPGTT on gen7
authorMichel Thierry <michel.thierry@intel.com>
Fri, 5 Sep 2014 13:13:16 +0000 (14:13 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:03 +0000 (14:43 +0200)
commit8c50f10d73b50139dcfe48bc22f2c8c7822c1983
treecb74187d63891960a012a10d7b6cb034ee503e88
parentbda0381e72028708b37695bf7d5b18ec956cf0a2
drm/i915: Enable full PPGTT on gen7

Use full PPGTT as the default option in gen7.

Note that aliasing PPGTT is the default option for gen8 (see
HAS_PPGTT) since we're still fighting troubles around context
switching and execlists.

This may well come back to bite me later.

Signed-off-by: Michel Thierry <michel.thierry@intel.com>
[danvet: Explain that gen8 full ppgtt is blocked on execlists for
now.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c