commit | 59ce13104d532f04e85cbbbbaa400200c1d12c28 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 24 16:35:40 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Mar 27 13:02:39 2017 +0100 |
tree | ab5a9e2f473ed0b1a9181de442ba8991c7e45027 | |
parent | ddb2397e30896626831dbac31a75eeb1991c4819 [diff] |
drm/i915: Use BIT() for computing the engine's flag Since the engine's flag is just the bit of its id, use BIT(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170324163540.31981-3-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>