[Mesa-dev] [PATCH 4/6] nvc0: add MP performance counters for SM35 (GK110)
Samuel Pitoiset
samuel.pitoiset at gmail.com
Thu Mar 10 17:06:36 UTC 2016
On 03/10/2016 01:23 AM, Ilia Mirkin wrote:
> On Wed, Mar 9, 2016 at 6:23 PM, Samuel Pitoiset
> <samuel.pitoiset at gmail.com> wrote:
>> + if (screen->base.class_3d <= NVF0_3D_CLASS &&
>> + screen->base.class_3d != NVEA_3D_CLASS) {
>
> Why? NVEA should be the same as NVF0 I think... and actually
> NVEA_3D_CLASS is 0xa297, while the NVF0 one is a197...
I doubt because NVEA is SM32 that's why I don't want to enable it for now.
>
> -ilia
>
More information about the mesa-dev
mailing list