[Bug 109072] GPU hang in blender 2.80

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 2 19:04:01 UTC 2019


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

--- Comment #23 from Kenneth Graunke <kenneth at whitecape.org> ---
(In reply to Lionel Landwerlin from comment #22)
> 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)...

We ought to be doing VF cache invalidations when VB[i] or IB transition between
different 4GB segments.  But, maybe we're not doing those properly. :(

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190102/d55df8b5/attachment.html>


More information about the intel-gfx-bugs mailing list