[Bug 97069] Radeon r600 glamor corruptions on ARM64

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97069 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #14 from Clemens Eisserer --- I was able to track the TTM issues down to a very small coherent dma memory pool setting (4MB). With the kernel options "coherent_pool=128M cma=256M" all the code stressing texture up-/download works fine

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #13 from Clemens Eisserer --- ok, there seem to be problems with TTM or DRM - running the same benchmark on nouveau also leads to an abort caused by issues with buffer allocation: [ 236.977333] [TTM] nouveau :01:00.0: Unable to

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #12 from Clemens Eisserer --- Thanks, with float textures it now correctly reports OpenGL-3.3 However more ugly things are going on. When running the PBO texture upload benchmark at available at http://www.songho.ca/opengl/gl_pbo.ht

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #11 from Nicolai Hähnle --- You have to run Mesa configure with --enable-texture-float (blame the lawyers). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML a

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #10 from Clemens Eisserer --- Created attachment 125336 --> https://bugs.freedesktop.org/attachment.cgi?id=125336&action=edit glxinfo of self-compiled mesa-12 (reporting core-profile version 0.0) -- You are receiving this mail bec

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #9 from Clemens Eisserer --- Created attachment 125335 --> https://bugs.freedesktop.org/attachment.cgi?id=125335&action=edit xorg.log of patched xserver with self-compiled mesa-12.0.1 -- You are receiving this mail because: You ar

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #8 from Clemens Eisserer --- Mesa 12.0.1 exhibits the same behaviour. Quite interesting that the core profile version is reported as "0.0" and OpenGL is limited to 2.1. As debian put the libraries into /usr/lib/aarch64-linux-gnu/ I

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #7 from Clemens Eisserer --- With nowc set the corruptions are still there, unfortunately. I'll give mesa 12.0.1 a try, the kernel version used is unfortunately fixed. -- You are receiving this mail because: You are the assignee for

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 --- Comment #6 from Michel Dänzer --- Does R600_DEBUG=nowc instead of MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage" help as well? -- You are receiving this mail because: You are the assignee for the bug. -- next part ---

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 Michel Dänzer changed: What|Removed |Added Component|Drivers/Gallium/radeonsi|Drivers/Gallium/r600 -- You are receiv

[Bug 97069] Radeon r600 glamor corruptions on ARM64

2016-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97069 Michel Dänzer changed: What|Removed |Added Product|xorg|Mesa Component|Driver/Radeon