From: Chris Wilson Date: Sun, 10 Aug 2014 05:29:08 +0000 (+0100) Subject: drm/i915: Pre-validate the NEED_GTTS flag for execbuffer X-Git-Tag: fixes-against-v3.18-rc2~73^2~73^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad19f10bc2a5964f1564639e60953de76b7e50f6;p=pandora-kernel.git drm/i915: Pre-validate the NEED_GTTS flag for execbuffer We have an implementation requirement that precludes the user from requesting a ggtt entry when the device is operating in ppgtt mode. Move the current check from inside the execbuffer object collation to the prevalidation phase. v2: Roll both invalid flags checks into one Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed