Re: [Mesa-dev] [PATCH] nvc0: fix offsets of MP perf counters input parameters

2016-07-21 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, Jul 21, 2016 at 4:15 PM, Samuel Pitoiset wrote: > This fixes a regression introduced in > 1da704a94c57aa0b0cf8faaa3236fe47dfb8f88c because the offset has moved > from 0x600 to 0x620, and the kernels used for reading MP perf counters > have to be re-assembled. > >

[Mesa-dev] [PATCH] nvc0: fix offsets of MP perf counters input parameters

2016-07-21 Thread Samuel Pitoiset
This fixes a regression introduced in 1da704a94c57aa0b0cf8faaa3236fe47dfb8f88c because the offset has moved from 0x600 to 0x620, and the kernels used for reading MP perf counters have to be re-assembled. This also fixes amd_performance_monitor_measure piglit. Fixes: 1da704a ("nvc0: increase the t