[Bug 109072] GPU hang in blender 2.80

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 2 12:54:24 UTC 2019


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

--- Comment #22 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
Managed to get some understanding about what's going on here :

Since we switch to softpin all buffers, that means the vertex buffers aren't
restricted to the low 4Gb region. So we run into the same HW issue as before.
In effect softpinning VBOs nullifys the 32bit reloc flag in
genX(emit_vertex_buffer_state) (genX_state_upload.c).

I'm not quite sure how to fix this apart from disabling softpinning on all
buffer objects, because buffers can be reused from one type another (transform
feedback output into vertices for instance)...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190102/7e1b97c7/attachment.html>


More information about the intel-3d-bugs mailing list