intel/isl: Use genx_bits.h instead of a hand-rolled table
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 30 Mar 2017 04:01:48 +0000 (21:01 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 8 Apr 2017 05:34:04 +0000 (22:34 -0700)
commit098ca9949db35cbad92728b5d216aa37685b33ba
tree023ed37566ebf8eba526212a206adbb116847d32
parentb85d75b3e82bd737db125b6f698f77632755e94f
intel/isl: Use genx_bits.h instead of a hand-rolled table

This gets rid of one piece of ugliness with the way ISL handles surface
emitting surface states.  I've never liked that hand-rolled table but it
was the best we had at the time.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/isl/isl.c