[Bug 108814] [radeonsi] page fault, umr dump
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 27 07:58:37 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108814
--- Comment #8 from Domen <domen.stangar at gmail.com> ---
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);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20181127/77d90729/attachment.html>
More information about the dri-devel
mailing list