commit | ea746f3659232b3104d9534d5a7ebd9934ae1dd6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 09 14:11:49 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 09 14:23:03 2016 +0100 |
tree | 20aeb27da021fb0b980a6bdec56a938b572bfe72 | |
parent | 2c7487a524147f7a3f588c1394be44149f66da94 [diff] |
drm/i915: Expand bool interruptible to pass flags to i915_wait_request() We need finer control over wakeup behaviour during i915_wait_request(), so expand the current bool interruptible to a bitmask. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160909131201.16673-9-chris@chris-wilson.co.uk