[Bug 104383] [KBL] Intel GPU hang with firefox

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 24 06:57:44 UTC 2018


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

Mark Janes <mark.a.janes at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|intel-3d-bugs at lists.freedes |kenneth at whitecape.org
                   |ktop.org                    |

--- Comment #13 from Mark Janes <mark.a.janes at intel.com> ---
bisected to


ea0d2e98ecb369ab84e78c84709c0930ea8c293a is the first bad commit
commit ea0d2e98ecb369ab84e78c84709c0930ea8c293a
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Oct 5 20:31:01 2017 -0700
    i965: Disable auxiliary buffers when there are self-dependencies.

    Jason and I investigated several OpenGL CTS failures where the tests
    bind the same texture for rendering and texturing, at the same time.
    This has defined results as long as the reads happen before writes,
    or the regions are non-overlapping.  Normally, this just works out.

    However, CCS can cause problems.  If the shader is reading one set of
    pixels, and writing to different pixels that are adjacent, they may end
    up being covered by the same CCS block.  So rendering may be writing a
    CCS block, while the sampler is trying to read it.  Corruption ensues.

    Disabling CCS is unfortunate, but safe.

    Fixes several KHR-GL45.texture_barrier.* subtests.

    Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
    Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

-- 
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/20180124/5f4fb4a6/attachment.html>


More information about the intel-gfx-bugs mailing list