Maybe tweak the commit message:
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.
On Mon, May 15, 2017 at 3:04 PM, Jason Ekstrand
wrote:
> Reviewed-by: Jas
Reviewed-by: Jason Ekstrand
On Mon, May 15, 2017 at 3:02 PM, Anuj Phogat wrote:
> V2: Drop "z = float(z)" and the "z *= 10" lines
>
> Signed-off-by: Anuj Phogat
> Reviewed-by: Jason Ekstrand
> ---
> src/intel/genxml/gen_bits_header.py | 6 ++
> 1 file changed, 2 insertions(+), 4 deletion
V2: Drop "z = float(z)" and the "z *= 10" lines
Signed-off-by: Anuj Phogat
Reviewed-by: Jason Ekstrand
---
src/intel/genxml/gen_bits_header.py | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/intel/genxml/gen_bits_header.py
b/src/intel/genxml/gen_bits_header.py
ind