commit | 22284f400a4dcf48824d96142c0acb75c0c94fba | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue May 23 11:31:16 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 24 12:02:32 2017 +0100 |
tree | 4bbdb4f91dbef1e02d9b3b8cf96d08d91f913deb | |
parent | ca83d5840cb641b2efb04db0b70fa56955dd1453 [diff] |
drm/i915: Convert i915_gem_object_ops->flags values to use BIT() Having just watched someone add a new value, 0x3, without realising that the flags were bit values, I have come to appreciate the value in using 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/20170523103116.32239-1-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>