<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [radeonsi] page fault, umr dump"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108814#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [radeonsi] page fault, umr dump"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108814">bug 108814</a>
from <span class="vcard"><a class="email" href="mailto:domen.stangar@gmail.com" title="Domen <domen.stangar@gmail.com>"> <span class="fn">Domen</span></a>
</span></b>
<pre>Well this is bug when using bindless textures and framebuffer which is also
resident in bindless textures.
There is no more fault if i comment out si_upload_bindless_descriptor function.
radeon_emit(cs, PKT3(PKT3_WRITE_DATA, 2 + num_dwords, 0));
radeon_emit(cs, S_370_DST_SEL(V_370_TC_L2) |
S_370_WR_CONFIRM(1) |
S_370_ENGINE_SEL(V_370_ME));
radeon_emit(cs, va);
radeon_emit(cs, va >> 32);</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>