Re: [Mesa-dev] [PATCH] intel: devinfo: fix assertion on devices with odd number of EUs

2018-05-04 Thread Kenneth Graunke
On Monday, April 23, 2018 9:52:37 AM PDT Lionel Landwerlin wrote: > I forgot to change the assert in the second helper function in a > previous change. > > This hit the assert() on a Broadwell platform with quite a few EUs > fused off : >https://i.imgur.com/4Wx6tjz.png Not sure this link will

[Mesa-dev] [PATCH] intel: devinfo: fix assertion on devices with odd number of EUs

2018-04-23 Thread Lionel Landwerlin
I forgot to change the assert in the second helper function in a previous change. This hit the assert() on a Broadwell platform with quite a few EUs fused off : https://i.imgur.com/4Wx6tjz.png Fixes: c1900f5b0fb ("intel: devinfo: add helper functions to fill fusing masks values") Signed-off-b