intel: compiler/i965: fix is_broxton checks
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 20 Jun 2017 10:06:24 +0000 (11:06 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 20 Jun 2017 22:26:42 +0000 (23:26 +0100)
commit030abc61091a38596427aa04022066719be9add5
tree31bcc61d00bf788ffa04a03aacd8a2451427c50e
parentb3b61211157ab934f1898d3519e7288c1fd89d80
intel: compiler/i965: fix is_broxton checks

In 5f2fe9302c is_geminilake was introduced for the differenciate
broxton from geminilake. Unfortunately I failed as verifying that
is_broxton is throughout the code base to mean Gen9lp.

Fixes: 5f2fe9302c ("intel: common: add flag to identify platforms by name")
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/common/gen_device_info.h
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/isl/isl_format.c
src/mesa/drivers/dri/i965/brw_context.c