<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [NV30/NV40] nouveau/pushbuf.c:238: pushbuf_krel: Assertion `bkref` failed."
href="https://bugs.freedesktop.org/show_bug.cgi?id=94727#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [NV30/NV40] nouveau/pushbuf.c:238: pushbuf_krel: Assertion `bkref` failed."
href="https://bugs.freedesktop.org/show_bug.cgi?id=94727">bug 94727</a>
from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
<pre>OK, well staring at the code didn't do me much good.
bkref == NULL means that the pushbuf thing doesn't know about the bo we're
trying to reloc. However just a few lines above in nv30_transfer_rect_m2mf we
do
nouveau_pushbuf_refn (push, refs, 2)
which should tell it about the src/dst bo's. So either there's concurrency
going on, or something's not working as advertised. In the no-concurrency case,
I'd need repro steps (that can't start with "install tons of software").</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>