[Bug 105886] Corruption with Java Swing Applications without a compositor

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 5 23:59:14 UTC 2018


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit 846879ae2ec1050b72ac9ddb7c791300e22f6793
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Apr 6 00:54:33 2018 +0100

    sna: Fix the relocation dword for stippled_1_blt

    We were telling the kernel the correct location for it to fill the
    64b relocation, but we were writing the presumed offset into the wrong
    pair of dwords in the batch ourselves. For the frequent case where we
    used a new upload buffer, the kernel would perform the fixup and correct
    our mistake, but if we happened to reuse a buffer then we told the gpu
    to source the stipple from the wrong address.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105886
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

fixed the issue that occurred for me with openjdk-8 and disabling RENDER.
Hopefully this is the one you hit as well!

-- 
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-gfx-bugs/attachments/20180405/169ef665/attachment.html>


More information about the intel-gfx-bugs mailing list