https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #61 from Andreas Loew <[email protected]> --- 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.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
