From: Chris Wilson Date: Tue, 7 Apr 2015 15:21:11 +0000 (+0100) Subject: drm/i915: Allocate context objects from stolen X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~58^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149c86e74fe4;p=pandora-kernel.git drm/i915: Allocate context objects from stolen As we never expose context objects directly to userspace, we can forgo allocating a first-class GEM object for them and prefer to use the limited resource of reserved/stolen memory for them. Note this means that their initial contents are undefined. However, a downside of using stolen objects for execlists is that we cannot access the physical address directly (thanks MCH!) which prevents their use. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed