https://bugs.freedesktop.org/show_bug.cgi?id=108814

--- Comment #8 from Domen <domen.stan...@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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to