Re: [Mesa-dev] [PATCH] intel/genxml: Fix a few invalid field widths

2018-05-07 Thread Chris Wilson
Quoting Lionel Landwerlin (2018-05-06 15:12:12) > Reviewed-by: Lionel Landwerlin Thank you for the reviews, pushed. -Chris ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] intel/genxml: Fix a few invalid field widths

2018-05-06 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 05/05/18 19:39, Chris Wilson wrote: A couple of typos found by inspecting field.end - field.start, revealed a few wide integers declared as bool and some that ended before they started. Cc: Lionel Landwerlin - - - - - - +

Re: [Mesa-dev] [PATCH] intel/genxml: Fix a few invalid field widths

2018-05-05 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Sat, May 5, 2018 at 11:39 AM, Chris Wilson wrote: > A couple of typos found by inspecting field.end - field.start, revealed > a few wide integers declared as bool and some that ended before they > started. > > Cc: Lionel Landwerlin --- > src/intel/genxml/gen4.xm

[Mesa-dev] [PATCH] intel/genxml: Fix a few invalid field widths

2018-05-05 Thread Chris Wilson
A couple of typos found by inspecting field.end - field.start, revealed a few wide integers declared as bool and some that ended before they started. Cc: Lionel Landwerlin --- src/intel/genxml/gen4.xml | 12 ++-- src/intel/genxml/gen45.xml | 12 ++-- src/intel/genxml/gen5.xml |

[Mesa-dev] [PATCH] intel/genxml: Fix a few invalid field widths

2018-05-05 Thread Chris Wilson
A couple of typos found by inspecting field.end - field.start, revealed a few wide integers declared as bool and some that ended before they started. Cc: Lionel Landwerlin - - - - - - + + + + + + diff --git a/src/intel/genxml/g