Created attachment 132255 [details]
journal trace GP108
I'm trying to make nouveau working with this card. I'm only interested in
modesetting.
On an unmodified kernel the chipset is not recognized and at boot I get
[ 0.874915] nouveau 0000:01:00.0: unknown chipset (138000a1)
[ 0.874918] nouveau: probe of 0000:01:00.0 failed with error -12
I also tried to use the same settings as for the NV137 adding in base.c:
case 0x138: device->chip = &nv137_chipset; break;
With this change at boot I get a black screen and nouveau timeouts.
In attachment the journal using nouveau.bebug=trace (with the kernel
modification).