intel/genxml: Update genx_bits for gen10+
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 14 Apr 2017 22:09:42 +0000 (15:09 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 9 Jun 2017 23:02:58 +0000 (16:02 -0700)
commit2417d5ca19e473de33fbc05173b86dc64b94c5f9
tree2f2b71f19963abe61d182764e2dbb41461f5ae62
parent98b95a3735ae0929cee406bc85d67105642711e8
intel/genxml: Update genx_bits for gen10+

This commit adds a gen10 case to the switch statement and
drops some unneeded code for handling gen numbers which
doesn't work on gen10 and above.

V2: Drop "z = float(z)" and the "z *= 10" lines

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/genxml/gen_bits_header.py