<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58378#c61">Comment # 61</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58378">bug 58378</a>
from <span class="vcard"><a class="email" href="mailto:awl1@gmx.net" title="Andreas Loew <awl1@gmx.net>"> <span class="fn">Andreas Loew</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>