https://bugs.freedesktop.org/show_bug.cgi?id=82455
--- Comment #11 from Michel Dänzer michel@daenzer.net --- Created attachment 104877 --> https://bugs.freedesktop.org/attachment.cgi?id=104877&action=edit Convert resource descriptors to little endian on big endian hosts
(In reply to comment #10)
Our system PAGE_SIZE is 8k, but the GPU PAGE_SIZE is 4k. I have changed the mesa radeonsi driver memory 8K alignment . So, the virtual address allocate conflict disappear .
Please submit the fix to the mesa-dev mailing list.
But the new problem is come out .
Does this patch help?