[Nouveau] [Bug 97620] [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 19 05:34:29 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=97620
--- Comment #27 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Looking at our VBIOS repo, we have a bunch (but not all) of GF104's that are
missing the 0x2240c write as well as one GK107. Every other (GF100+) GPU sets
0x2240c. I guess it's not as reliable as we'd hoped.
This is how I checked:
for i in nv[cdef]?/*/*.rom nv1??/*/*.rom; do echo $i; nvbios $i |& grep
0x02240c; done
And looked for files without a 'NV_REG R[0x02240c] &= 0xfffffffd |=
0x00000002' command.
Although that in itself shouldn't be a major issue - rerunning the VBIOS
shouldn't cause issues...
Looking at a mmiotrace that came with one of those GF104 VBIOSes that are
missing a 0x2240c write, it doesn't seem like the VBIOS gets executed there, or
at least not that script. It's late and I could have messed up though.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160919/a7b80713/attachment-0001.html>
More information about the Nouveau
mailing list