From: Daniel Vetter Date: Fri, 14 Feb 2014 13:01:12 +0000 (+0100) Subject: drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE X-Git-Tag: v3.15-rc1~51^2~59^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3d149b25f67f241735b91a56b7f070bc0a5407;p=pandora-kernel.git drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE With abitrary pin flags it makes sense to split out a "please bind this into global gtt" from the "please allocate in the mappable range". Use this unconditionally in our global gtt pin helper since this is what its callers want. Later patches will drop PIN_MAPPABLE where it's not strictly needed. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed