Re: [Nouveau] [PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead

2014-02-13 Thread Francisco Jerez
Ilia Mirkin writes: > Commit f4ebcd133b9 ("dri/nouveau: NV17_3D class is not available for > NV1a chipset") fixed this partially by using the correct 3d class. > However there were a lot of checks left over comparing against the > chipset. > > Reported-and-tested-by: John F. Godfrey > Signed-off

Re: [Nouveau] [PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead

2014-02-12 Thread Ilia Mirkin
On Wed, Feb 12, 2014 at 9:02 PM, Ilia Mirkin wrote: > Commit f4ebcd133b9 ("dri/nouveau: NV17_3D class is not available for > NV1a chipset") fixed this partially by using the correct 3d class. > However there were a lot of checks left over comparing against the > chipset. > > Reported-and-tested-by

[Nouveau] [PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead

2014-02-12 Thread Ilia Mirkin
Commit f4ebcd133b9 ("dri/nouveau: NV17_3D class is not available for NV1a chipset") fixed this partially by using the correct 3d class. However there were a lot of checks left over comparing against the chipset. Reported-and-tested-by: John F. Godfrey Signed-off-by: Ilia Mirkin --- I guess I di