commit | 3f99a61441e5d44b6dc00461a74d759c78191682 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Thu Jul 25 13:50:56 2019 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Fri Jul 26 17:14:06 2019 +0100 |
tree | ff23e6d966c782637a46c6bacebf9a4be889fe68 | |
parent | 5cca503817d0e96f8d902c6598d5105dca5e718a [diff] |
drm/i915: Do not rely on for loop caching the mask for_each_engine_masked caches the engine mask but what does the caller know. Cache it explicitly for clarity and while at it correct the type to match. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190725125056.11942-1-tvrtko.ursulin@linux.intel.com