From: Michel Thierry Date: Mon, 15 Dec 2014 14:58:00 +0000 (+0000) Subject: drm/i915: Use true PPGTT in Gen8+ when execlists are enabled X-Git-Tag: fixes-v4.0-rc1~91^2~43^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f82bbdf3d4f1361c3d713c516d8aa390102374d;p=pandora-kernel.git drm/i915: Use true PPGTT in Gen8+ when execlists are enabled In Gen8+, full ppgtt needs execlist, otherwise the ctx switch can hang. Also remove the current restriction, a user should be able to explicitly set ppgtt=2. Note, this patch considers that execlist support has been enabled by default on Gen8. v2: Remove non-default restriction and clarify commit message (Daniel) Cc: Daniel Vetter Signed-off-by: Michel Thierry [danvet: s/comment/commit message/ in the commit message since that's what Michel meant as per our irc discussion.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed