From: Daniel Vetter Date: Wed, 18 Dec 2013 15:37:49 +0000 (+0100) Subject: drm/i915: Reject non-default contexts on non-render again X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9c4b8f5dfe224ce587a470ce8817214c92271e;p=pandora-kernel.git drm/i915: Reject non-default contexts on non-render again This reverts the abi-change from commit 67e3d2979be1bf42d1818b2961c671eb31e0b4d9 Author: Ben Widawsky Date: Fri Dec 6 14:11:01 2013 -0800 drm/i915: Permit contexts on all rings We don't actually need this, only the internal changes to allow contexts on all rings for the purpose of ppgtt switching are required. And I'm not sure whether this is the right thing to do given some of the hw features in the pipeline. Also, new abi needs userspace patches as a proof-of-need, which is completely lacking here. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed