search for: nva_rd

Displaying 1 result from an estimated 1 matches for "nva_rd".

Did you mean: nv_rd
2013 Dec 19
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
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])...