commit | ae5702d245c2328f1b4afa4ae7d39792a8064d48 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue May 10 10:57:04 2016 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Wed May 11 12:27:27 2016 +0100 |
tree | af256c3c4d8059deb41a50ace3b231d6ec9c37ef | |
parent | dc97997a21fe1708fc93021baa4ba90db7a3b57f [diff] |
drm/i915: Make IS_GENx macros work on a mask If instead of numerical comparison me make these test a bitmask, we enable the compiler to optimize all instances of IS_GENx || IS_GENy. v2: Make bit zero of gen mask mean gen 1. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>