[Touch-packages] [Bug 2039352] Re: OpenGL applications don't run on AMD FirePro S7150 and fill dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
@oibaf thanks, I reported it: - https://gitlab.freedesktop.org/mesa/mesa/-/issues/1 (nice issue number by the way ☺️) ** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #1 https://gitlab.freedesktop.org/mesa/mesa/-/issues/1 -- You received this bug notification becaus

[Touch-packages] [Bug 2039352] Re: OpenGL applications don't run on AMD FirePro S7150 and fill dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
I reproduce the bug with current Mesa (d97427f41c1603db2f657b5d9c3f91a97f74b1c0) and LLVM 16.0.6. I don't know if the bug is on drm side or on Mesa side. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://

[Touch-packages] [Bug 2039352] Re: Unigine Superposition 1.1 doesn't run and fills dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
I reproduce the same issue if I just do: ``` DRI_PRIME=1 glxinfo -B name of display: :1 ``` Which means the fault happens when using the AMD FirePro S7150, NOT the AMD Radeon PRO W7600. Maybe for some reasons Unigine Superposition tries to use all GPUs available? So, the bug is now easier to re

[Touch-packages] [Bug 2039352] Re: Unigine Superposition 1.1 doesn't run and fills dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
** Description changed: When I run Unigine Superposition 1.1, it doesn't open any window and dmesg is filled with: ``` [36881.961064] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for command submission! [36881.962579] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memo

[Touch-packages] [Bug 2039352] Re: Unigine Superposition 1.1 doesn't run and fill dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
In the log file you may see notice of some amdgpu-pro OpenCL components like ROCm ROCr OpenCL or Legacy Orca OpenCL, there is no amdgpu-pro OpenGL or dkms module installed though. Removing entirely the amdgpu-pro OpenCL packages produce the same bug anyway. The contrary would have been surprising s

[Touch-packages] [Bug 2039352] [NEW] Unigine Superposition 1.1 doesn't run and fill dmesg with: *ERROR* Not enough memory for command submission!

2023-10-14 Thread Thomas Debesse
Public bug reported: When I run Unigine Superposition 1.1, it doesn't open any window and dmesg is filled with: ``` [36881.961064] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for command submission! [36881.962579] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for command

[Touch-packages] [Bug 2018526] [NEW] Mesa Clover built with opaque pointers against LLVM built without opaque pointers

2023-05-04 Thread Thomas Debesse
Public bug reported: This can be verified with any OpenCL application that actually tries to compute something (clinfo may not be enough). A very simple application to reproduce the bug is cl-mem: ``` git clone https://github.com/nerdralph/cl-mem.git cd cl-mem make ./cl-mem OpenCL build failed

[Touch-packages] [Bug 1990315] Re: cannot link against libudev

2022-09-20 Thread Thomas Debesse
I had noticed `pkg-config --list-all` is listing two udev packages, `udev` and `libudev`. `pkg-config --libs udev` prints nothing but `pkg- config --libs libudev` prints `-ludev`. I had also noticed that the link command did not featured `-ludev`. I also had tried to set compile/link flags to `-lu

[Touch-packages] [Bug 1990315] [NEW] cannot link against libudev

2022-09-20 Thread Thomas Debesse
Public bug reported: When building Mesa vulkan drivers I get a lot of those error messages and the build fails: ``` error: undefined symbol: udev_new error: undefined symbol: udev_monitor_get_fd error: undefined symbol: udev_monitor_new_from_netlink error: undefined symbol: udev_monitor_receive_d