https://bugs.freedesktop.org/show_bug.cgi?id=58839
Priority: medium Bug ID: 58839 Assignee: dri-devel@lists.freedesktop.org Summary: errors about too many fences printed while playing neverball Severity: normal Classification: Unclassified OS: All Reporter: aaalmosss@gmail.com Hardware: Other Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa
This is printed in mass quantities: EE r600_pipe.c:80 r600_create_fence - r600: too many concurrent fences
They don't cause any visible rendering error though.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #1 from Alex Deucher agd5f@yahoo.com --- If this is a regression can you bisect? Please also attach your xorg log and dmesg output.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #2 from almos aaalmosss@gmail.com --- Yes, it is a regression. I'll bisect later.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #3 from almos aaalmosss@gmail.com --- Created attachment 72396 --> https://bugs.freedesktop.org/attachment.cgi?id=72396&action=edit dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #4 from almos aaalmosss@gmail.com --- Created attachment 72397 --> https://bugs.freedesktop.org/attachment.cgi?id=72397&action=edit Xorg.0.log
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #5 from almos aaalmosss@gmail.com --- There are only 'skip'ped commits left to test. The first bad commit could be any of: 4003961fbf7e59de4b95448eada569adb91e5852 4a486f8bf2ca3d88228f8313282289abe78bc2f8 3039addf9363dbae1bbad1cd75d32e0013038c08 We cannot bisect more!
With 4003961f and 4a486f8b it segfaults immediately, since 3039addf9 it prints the errors.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maraeo@gmail.com
--- Comment #6 from Michel Dänzer michel@daenzer.net --- Marek, any ideas? I'm also seeing this with radeonsi.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
--- Comment #7 from almos aaalmosss@gmail.com --- The error messages disappeared with a fresh checkout, so I believe commit 4f0563a6584dd83462d5cf35a7a1ebc4a4d6378f works. However, neverball still flashes garbage when I start it with __GL_FSAA_MODE=4 or any other number, so that was not caused by this problem.
https://bugs.freedesktop.org/show_bug.cgi?id=58839
almos aaalmosss@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #8 from almos aaalmosss@gmail.com --- Now this problem seems to be gone. Closing.
dri-devel@lists.freedesktop.org