Re: [Mesa-dev] [PATCH] nvc0: allow TK1 (NVEA) queries to work

2017-01-16 Thread Pierre Moreau
On 07:13 pm - Jan 15 2017, Samuel Pitoiset wrote: > > > On 01/14/2017 02:35 AM, Ilia Mirkin wrote: > > The NVEA 3D class is numerically larger than the NVF0 3D class. The TK1 > > chip uses the SM35 ISA and likely has the same hw counters. Allow these > > to be used like on all the other

Re: [Mesa-dev] [PATCH] nvc0: allow TK1 (NVEA) queries to work

2017-01-15 Thread Samuel Pitoiset
On 01/14/2017 02:35 AM, Ilia Mirkin wrote: The NVEA 3D class is numerically larger than the NVF0 3D class. The TK1 chip uses the SM35 ISA and likely has the same hw counters. Allow these to be used like on all the other supported chips. This actually needs more testing. Perf counters are

[Mesa-dev] [PATCH] nvc0: allow TK1 (NVEA) queries to work

2017-01-13 Thread Ilia Mirkin
The NVEA 3D class is numerically larger than the NVF0 3D class. The TK1 chip uses the SM35 ISA and likely has the same hw counters. Allow these to be used like on all the other supported chips. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/nvc0/nvc0_query.c