Re: [Mesa-dev] [PATCH] nvc0: fix wrong value for NVC8_COMPUTE_CLASS

2015-11-16 Thread Samuel Pitoiset
On 11/16/2015 11:55 AM, Emil Velikov wrote: On 9 October 2015 at 14:10, Samuel Pitoiset wrote: Compute class value for GF110+ is 0x91c0 and not 0x92c0. This fixes compute support and MP performance counters on GF110. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv_object

Re: [Mesa-dev] [PATCH] nvc0: fix wrong value for NVC8_COMPUTE_CLASS

2015-11-16 Thread Emil Velikov
On 9 October 2015 at 14:10, Samuel Pitoiset wrote: > Compute class value for GF110+ is 0x91c0 and not 0x92c0. This fixes > compute support and MP performance counters on GF110. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nv_object.xml.h | 2 +- > 1 file changed, 1 inse

[Mesa-dev] [PATCH] nvc0: fix wrong value for NVC8_COMPUTE_CLASS

2015-10-09 Thread Samuel Pitoiset
Compute class value for GF110+ is 0x91c0 and not 0x92c0. This fixes compute support and MP performance counters on GF110. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv_object.xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau