[Bug 91062] [SKL] fbo-depth-array causes GPU hangs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 30 10:50:35 PDT 2015


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

--- Comment #4 from Neil Roberts <neil at linux.intel.com> ---
As indicated by Ben in comment 2, I think the failure is related to the fact
that it is creating a really large colour buffer (8192x8192) and has nothing to
do with the depth/stencil buffer. I can replicate a hang by running the really
simple test below:

https://raw.githubusercontent.com/bpeel/piglit/big-window/tests/fbo/big-window.c

If I run it a few times (fewer than 20) then it consistently hangs. This
doesn't use a depth or stencil buffer at all and just does a glClear on the
large colour buffer.

The width that it is using (8192) is a little bit special because that is the
point at which Mesa will switch to using a linear buffer instead of tiling (see
brw_tex_layout.c line 678). If I comment out that section so that it uses
y-tiling anyway then it doesn't hang any more.

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


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