drm/i915/cmdparser: Check for SKIP descriptors first
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Aug 2016 16:17:16 +0000 (17:17 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Aug 2016 21:37:00 +0000 (22:37 +0100)
commitea884f09e59951af54976881337309e76b00ec20
tree7d14590de8d086f9a7082af96774068915576353
parentefdfd91f9b234638705d79a2b2f0a6ac8a5f99e8
drm/i915/cmdparser: Check for SKIP descriptors first

If the command descriptor says to skip it, ignore checking for anyother
other conflict.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160818161718.27187-37-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_cmd_parser.c