[Nouveau] [Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 19 07:26:34 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #61 from Andreas Loew <awl1 at gmx.net> ---
Hmm... Looking at the code for nvapeek, I fear that nva_rd(...) still did not
return any meaningful data, as it look like we get s == 0...!?
int s = 0;
for (i = j = 0; i < 16 && i < b; i+=rs.regsz, j++) {
e[j] = nva_rd(&rs, a+i, &z[j]);
if (e[j] || z[j])
s = 1;
}
if (s) {
ls = 1;
printf ("%08x:", a);
for (i = j = 0; i < 16 && i < b; i+=rs.regsz, j++) {
nva_rsprint(&rs, e[j], z[j]);
}
printf ("\n");
} else {
if (ls) printf ("...\n"), ls = 0;
}
BR,
Andreas
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20131219/f952e16c/attachment.html>
More information about the Nouveau
mailing list