commit | ad19f10bc2a5964f1564639e60953de76b7e50f6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 10 06:29:08 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 11 14:15:02 2014 +0200 |
tree | ad8abe76913882f6b6b46d4e36153425ddd6db81 | |
parent | da51a1e7e398129d9fddd4b26b8469145dd4fd08 [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>