Jani Nikula 3edaa1d347 tools/intel_reg_decode: drop confusing use of IS_965()
Unlike in the kernel driver coding style, IS_965() matches the platform
and all subsequent ones. Replace IS_965() with suitable but less
confusing alternatives.

Most occurences are on code paths that only get called for gens 2, 3 and
4, so replace those with IS_GEN4(). In the one other call site just flip
the condition to check for gens 2 and 3 instead.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2016-05-03 11:19:32 +03:00
..
2016-01-25 11:58:05 -02:00
2016-01-08 19:56:49 +02:00
2016-03-24 11:25:38 +00:00
2016-01-25 11:58:05 -02:00